diff --git a/ChangeLog b/ChangeLog index ac28d3c05..b9bd2e52c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,7 @@ * Documentation/news.texi: 1.24.5 news * Documentation/ReleaseNotes.gsdoc: 1.24.5 release notes * NSTimeZones/NSTimeZones.tar: new timezone data + * Sourcew/NSTimeZone.m: fix error in zone directory name 2013-07-14 Wolfgang Lux diff --git a/Source/NSTimeZone.m b/Source/NSTimeZone.m index 39ac4708c..f5515e924 100644 --- a/Source/NSTimeZone.m +++ b/Source/NSTimeZone.m @@ -153,7 +153,7 @@ NSString * const NSSystemTimeZoneDidChangeNotification #define LOCAL_TIME_FILE @"localtime" /* Directory that contains the actual time zones. */ -#define ZONES_DIR @"zones/" +#define ZONES_DIR @"zones" /* Many systems have this file */ #define SYSTEM_TIME_FILE @"/etc/localtime"