ntdll: Silence the timezone fixme when the registry is empty.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=48300 Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
74b3f392ab
commit
238c6be5b8
|
@ -854,6 +854,8 @@ static void find_reg_tz_info(RTL_DYNAMIC_TIME_ZONE_INFORMATION *tzi, const char*
|
|||
|
||||
NtClose(hkey);
|
||||
|
||||
if (idx == 1) return; /* registry info not initialized yet */
|
||||
|
||||
FIXME("Can't find matching timezone information in the registry for "
|
||||
"%s, bias %d, std (d/m/y): %u/%02u/%04u, dlt (d/m/y): %u/%02u/%04u\n",
|
||||
tz_name, tzi->Bias,
|
||||
|
|
Loading…
Reference in New Issue