Fix stupid typos

This commit is contained in:
prpr 2024-11-19 01:54:26 +00:00
parent 240a7a21d5
commit 6c07dee696

View File

@ -15,7 +15,7 @@ if {[system inuse $rfile]} {
}
set ts [ts fetch_or_error $rfile]
if ($ts == 0) { return }
if {$ts == 0} { return }
set dir [file dirname $rfile]
set len [$ts duration 1]