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
This commit is contained in:
Richard Frith-MacDonald 2013-07-26 10:44:49 +00:00
parent 2a6c699b60
commit e928688e01
2 changed files with 2 additions and 1 deletions

View file

@ -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 <wolfgang.lux@gmail.com>

View file

@ -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"