Browse Source

*** empty log message ***

François Pinard 30 years ago
parent
commit
3b9ee8a16d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/level-0

+ 1 - 1
scripts/level-0

@@ -33,7 +33,7 @@ if [ "$1" != "now" ]; then
    fi
    pausetime=`date | awk '{hr=substr($4,1,2);\\
       mn=substr($4,4,2);\\
-      if((hr+0)<spec)\\
+      if((hr+0)<(spec+0))\\
          print 3600*(spec-hr)-60*mn;\\
       else\\
          print 3600*(spec+(24-hr))-60*mn; }' spec=$spec`