summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-07-07 10:07:05 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-07-07 10:07:05 +0000
commitb44edd51168992dbcf6f8706696c6438f36bc55e (patch)
tree1e6b402f60e6d42e370daf0e09eff3caeedc356f
parente5d811f51e36f65579a120841ed4b12755ce6473 (diff)
Temporary hack for android timezone (bis)
-rw-r--r--src/htslib.c2
-rw-r--r--src/proxy/store.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/htslib.c b/src/htslib.c
index bca5539..168b2b3 100644
--- a/src/htslib.c
+++ b/src/htslib.c
@@ -75,7 +75,7 @@ Please visit our Website: http://www.httrack.com
#include <string.h>
#include <time.h>
#ifdef __ANDROID__
-extern long int timezone;
+static long int timezone = 0;
#endif
#include <stdarg.h>
diff --git a/src/proxy/store.c b/src/proxy/store.c
index cf616e1..09a1a0c 100644
--- a/src/proxy/store.c
+++ b/src/proxy/store.c
@@ -32,7 +32,7 @@ Please visit our Website: http://www.httrack.com
#include <string.h>
#include <time.h>
#ifdef __ANDROID__
-extern long int timezone;
+static long int timezone = 0;
#endif
/* Locking */