This commit is contained in:
radical_honesty on #flashsupport 2023-01-13 15:59:47 -08:00 committed by dupa dup
parent 250a01b24c
commit 63d2df2ea0

View File

@ -9,7 +9,7 @@
set r ""
foreach f [lindex $c 1] {
lappend debug "working on $f";
append r [lindex [lindex $c 0] $f];
append r [lindex [lindex $c 0] [lindex $f 0]];
lappend debug "actually appended the character to be formatted: $r";
if {[lindex $f 0] > $n} {
lappend debug "reached end of string"