From 22adb5938b3b4536851cdb0d3e2fe1574a8c60c6 Mon Sep 17 00:00:00 2001 From: Helly Guo Date: Fri, 8 Apr 2016 11:25:33 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E8=BF=87windows=20vs=E7=BC=96?= =?UTF-8?q?=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf.c b/src/conf.c index a9fa228..dd0de27 100644 --- a/src/conf.c +++ b/src/conf.c @@ -410,11 +410,11 @@ static int h_counter(int argc, unsigned char **argv){ #ifndef _MAX__TIME64_T #define _MAX__TIME64_T 0x793406fffi64 #endif -#endif if(ch1.updated >= _MAX__TIME64_T){ fprintf(stderr, "Invalid or corrupted counter file %s. Use countersutil utility to convert from older version\n", argv[1]); return 3; } +#endif #endif cheader.updated = ch1.updated; }