From d26950270d829b3e2d0bda911486417a318574b0 Mon Sep 17 00:00:00 2001 From: rfm Date: Fri, 26 Jul 2013 10:44:49 +0000 Subject: [PATCH] fix error in zone directory name git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@36934 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 1 + Source/NSTimeZone.m | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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"