diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-07-07 10:07:05 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-07-07 10:07:05 +0000 |
commit | b44edd51168992dbcf6f8706696c6438f36bc55e (patch) | |
tree | 1e6b402f60e6d42e370daf0e09eff3caeedc356f /src/htslib.c | |
parent | e5d811f51e36f65579a120841ed4b12755ce6473 (diff) |
Temporary hack for android timezone (bis)
Diffstat (limited to 'src/htslib.c')
-rw-r--r-- | src/htslib.c | 2 |
1 files changed, 1 insertions, 1 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> |