forked from hummypkg/webif
Fix stupid typos
This commit is contained in:
parent
240a7a21d5
commit
6c07dee696
@ -15,7 +15,7 @@ if {[system inuse $rfile]} {
|
|||||||
}
|
}
|
||||||
|
|
||||||
set ts [ts fetch_or_error $rfile]
|
set ts [ts fetch_or_error $rfile]
|
||||||
if ($ts == 0) { return }
|
if {$ts == 0} { return }
|
||||||
set dir [file dirname $rfile]
|
set dir [file dirname $rfile]
|
||||||
|
|
||||||
set len [$ts duration 1]
|
set len [$ts duration 1]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user