mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-16 14:28:40 +02:00
*sigh* A JSON key was changed. :(
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user