dont attach, start own instance as otherwise it might be blocked via/proc/sys/kernel...
[LibreOffice.git] / icu / icu4c-strict-c.patch
blob0f1ff9a4480843958b6ed60d66ba89deda38083e
1 --- misc/build/icu/source/common/wintz.c.orig 2011-08-19 17:13:10.000000000 +0200
2 +++ misc/build/icu/source/common/wintz.c 2011-08-19 17:13:35.000000000 +0200
3 @@ -113,7 +113,7 @@ static int32_t detectWindowsType()
7 - return winType+1; // +1 to bring it inline with the enum
8 + return winType+1; /* +1 to bring it inline with the enum */
11 static LONG openTZRegKey(HKEY *hkey, const char *winid)