*sigh* A JSON key was changed. :(

This commit is contained in:
Dianne Skoll
2024-02-05 09:56:47 -05:00
parent 69298c96a5
commit b8b3c19fbf

View File

@@ -2720,8 +2720,8 @@ proc ShowQueue { file } {
}
proc sort_q { a b } {
set a_ttime [dict get $a nextttime]
set b_ttime [dict get $b nextttime]
set a_ttime [dict get $a nexttime]
set b_ttime [dict get $b nexttime]
if {$a_ttime < $b_ttime} {
return -1
}