|
From: enrico t. <eto...@li...> - 2012-02-13 11:44:12
|
On 13/02/2012 09:24, Steven wrote:
> There is a silly, annoying typo in fics.tcl that stops the "smoves" command from parsing the Game tags (white/black/etc.) properly.
>
> - if {$length == 12&& [scan $line {%s (%s %s (%s %s} t1 t2 t3 t4 t5] == 5} {
> + if {$length == 12&& [scan $line {%s (%s %s %s (%s} t1 t2 t3 t4 t5] == 5} {
>
> If there's no more bugs, i'll re-upload this in 12 hours, which*only* has this typo fixed.
>
> The new md5sums will be
> Windows 04fe7186525a0bee11991173fdac339d Scid vs PC-4.7.exe
> Source e5fb06e9c4f25ae0388a8d94f3d6bc80 scid_vs_pc-4.7.tgz
>
>
+ if {$length == 12&& [scan $line {%s (%s %s %s (%s} t1 t2 t3 t4 t5] == 5} {
is this tcl language? where i can find documentation?
|