From b44edd51168992dbcf6f8706696c6438f36bc55e Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Sun, 7 Jul 2013 10:07:05 +0000 Subject: Temporary hack for android timezone (bis) --- src/htslib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/htslib.c') 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 #include #ifdef __ANDROID__ -extern long int timezone; +static long int timezone = 0; #endif #include -- cgit v1.2.3