From 8ae233c57cf536f07d533510f32ebe4941d1b128 Mon Sep 17 00:00:00 2001 From: Nikolay Puzanov Date: Tue, 20 May 2014 17:31:14 +0400 Subject: [PATCH] Fix bug with wrong sort a timerecords --- worktimer.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worktimer.scm b/worktimer.scm index 0d8101d..255ee60 100755 --- a/worktimer.scm +++ b/worktimer.scm @@ -216,7 +216,7 @@ (if (and (not a-stop-time) (not b-stop-time)) #f - (if (not a-stop-time) #t + (if (not a-stop-time) #f (date