From 32382a96eb450b4568d2138161fc896099d0372e Mon Sep 17 00:00:00 2001 From: Neal Date: Tue, 24 Sep 2013 18:03:01 +0530 Subject: [PATCH] Support non-integer timezones. --- src/authenticator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/authenticator.c b/src/authenticator.c index ed912db..76ab958 100644 --- a/src/authenticator.c +++ b/src/authenticator.c @@ -25,7 +25,7 @@ TextLayer label; TextLayer token; TextLayer ticker; int curToken = 0; -int tZone; +float tZone; bool changed; /* from sha1.c from liboauth */