From 629f28cd7eb78ebde72280b7769571b8ebac1e05 Mon Sep 17 00:00:00 2001 From: Richard Frith-MacDonald Date: Sat, 11 Jan 2014 08:09:39 +0000 Subject: [PATCH] fix for NT/windows detection git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37572 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 2d5b30c0d..431e951f2 100644 --- a/Source/NSTimeZone.m +++ b/Source/NSTimeZone.m @@ -2543,7 +2543,7 @@ GSBreakTime(NSTimeInterval when, NSInteger*year, NSInteger*month, NSInteger*day, else { if (ERROR_SUCCESS == RegOpenKeyExW(HKEY_LOCAL_MACHINE, - L"SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones", + L"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Time Zones", 0, KEY_READ, ®DirKey))