forked from hummypkg/webif
Revert expr modification
This commit is contained in:
parent
cb78e4bc1d
commit
3f1832387a
@ -23,7 +23,7 @@ lmap i \
|
||||
#set svcmap [lreverse $hmap]
|
||||
|
||||
proc lsum {l} {
|
||||
expr {[join $l +] + 0}
|
||||
expr [join $l +] + 0
|
||||
}
|
||||
|
||||
proc pop_event {} {
|
||||
|
Loading…
Reference in New Issue
Block a user