Re-fixed comment.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@5499 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
cball 1999-12-13 21:37:26 +00:00
parent b22b373ef2
commit 1adf402593
2 changed files with 13 additions and 7 deletions

View file

@ -976,9 +976,9 @@ static NSMapTable *absolutes = 0;
NSString *path = [NSBundle pathForGNUstepResource: fileName
ofType: @""
inDirectory: TIME_ZONE_DIR];
/*
* Hack for OPENSTEP storing zones in Etc?
* OpenStep does NOT put all the GMT+-* timezones in the Etc directory so all
* the OpenStep software will fail to work without this extra hack.
*/
if (path == nil)
{