Skip to content

Commit

Permalink
Tiny update to my last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pelya committed Feb 27, 2013
1 parent 0211bc0 commit 157a63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/jni/application/openarena/GamingEventCountdown.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if [ -z "$OUT" ]; then
fi

S1=`date +%s -d "$DATE"`
S2=`date +%s -d now`
S2=`date +%s -d "-20 seconds"`
SECONDS=`expr $S1 - $S2`
MINUTES=`expr $SECONDS / 60`
HOURS=`expr $MINUTES / 60`
Expand Down

0 comments on commit 157a63e

Please sign in to comment.