Revert expr modification

This commit is contained in:
prpr 2022-09-25 02:08:56 +01:00
parent cb78e4bc1d
commit 3f1832387a
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ lmap i \
#set svcmap [lreverse $hmap]
proc lsum {l} {
expr {[join $l +] + 0}
expr [join $l +] + 0
}
proc pop_event {} {