http://bugs.winehq.org/show_bug.cgi?id=10068
Summary: string definition mistake in ntdll.dll Product: Wine Version: unspecified Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: critical Priority: P1 Component: wine-kernel AssignedTo: wine-bugs@winehq.org ReportedBy: naclx@vip.sina.com
There is a string definition mistake in dlls/ntdll/reg.c. In function RTL_GetKeyHandle, the string "control" is defined with "Registry\Machine System\Current ControlSet\Control". but there shouldn't be a blank in "Current Controlset". The functions that call RTL_GetKeyHandle to get this key will return with an error.
http://bugs.winehq.org/show_bug.cgi?id=10068
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #1 from Alexandre Julliard julliard@winehq.org 2007-10-17 09:05:46 --- Thanks for the report, I committed a fix.
http://bugs.winehq.org/show_bug.cgi?id=10068
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Dan Kegel dank@kegel.com 2008-01-28 05:40:23 --- Closing all RESOLVED FIXED bugs older than four weeks.