From 67dadfea308ab25d3153072467d9b5e916454aed Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Fri, 18 Apr 2003 04:55:00 +0000 Subject: [PATCH] Using new OTHER_ZONE macro. --- src/smblib/smblib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/smblib/smblib.c b/src/smblib/smblib.c index bf1efdfd97..30b7adfe25 100644 --- a/src/smblib/smblib.c +++ b/src/smblib/smblib.c @@ -2022,7 +2022,7 @@ int SMBCALL smb_tzutc(short zone) { int tz; - if(zone<=1000 && zone>=-1000) /* 720 is 12 hours */ + if(OTHER_ZONE(zone)) return(zone); tz=zone&0xfff; -- GitLab