New commits:
commit 93a20ebee1107884c931901c97a2d057e6919b6f
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
gaze: removed two useless checks in the awk time printer
diff --git a/ChangeLog b/ChangeLog
index 1a80f94..651db65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,7 @@
added time --full, which prints all the casting times we can compute
made time use the new helpers, fixed (big) total display and changed
the quiet output to print seconds
+ removed two useless checks in the awk time printer
* libsorcery: in verify_source print "failure" instead of the
unusual "failed"
diff --git a/usr/sbin/gaze b/usr/sbin/gaze
index 03c7205..aa19d50 100755
--- a/usr/sbin/gaze
+++ b/usr/sbin/gaze
@@ -2079,7 +2079,7 @@ function gaze_time() {
sum -= hours * 3600
minutes = int(sum/60)