mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-24 17:28:59 +00:00
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:
parent
655bb5dc81
commit
d26950270d
2 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue