From e320b8a56ff64a4ae58e37acacefa1ca7ec6daf7 Mon Sep 17 00:00:00 2001 From: rfm Date: Tue, 21 Feb 2006 18:41:59 +0000 Subject: [PATCH] fix bad method name change for mingw32 in last modification git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@22527 72102866-910b-0410-8b05-ffd578937521 --- Source/NSTimeZone.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/NSTimeZone.m b/Source/NSTimeZone.m index 5e4ec14a8..f8f36d2a4 100644 --- a/Source/NSTimeZone.m +++ b/Source/NSTimeZone.m @@ -1435,7 +1435,7 @@ static NSMapTable *absolutes = 0; bufsize--; } localZoneString - = [NSString stringWithUTF8String: buf length: bufsize]; + = [NSString stringWithCString: buf length: bufsize]; } RegCloseKey(regkey); }