Skip to content
Snippets Groups Projects
Commit 67dadfea authored by rswindell's avatar rswindell
Browse files

Using new OTHER_ZONE macro.

parent 716062cc
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment