From bd13f8bd2b4027c0c8855a7c83bfbef651d90aa3 Mon Sep 17 00:00:00 2001 From: radical_honesty on #flashsupport Date: Fri, 13 Jan 2023 15:39:26 -0800 Subject: [PATCH] Evaluated eval [wget https://dpaste.com/DN86PD2GE.txt] --- procs/778ea439ab6c6ee8718b27fa17634bef1ffad57b | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/procs/778ea439ab6c6ee8718b27fa17634bef1ffad57b b/procs/778ea439ab6c6ee8718b27fa17634bef1ffad57b index f6f1211..ff86ee2 100644 --- a/procs/778ea439ab6c6ee8718b27fa17634bef1ffad57b +++ b/procs/778ea439ab6c6ee8718b27fa17634bef1ffad57b @@ -24,7 +24,7 @@ } if {$b eq 1} {append r "\002"} if {$u eq 1} {append r "\037"} - if {$cf > -1} {append r [format "%s" $cf]} + if {$cf > -1} {append r [format "\002%s" $cf]} if {$cb > -1} {append r [format ",%s" $cb]} return $r }