* registry.cc (reg_key::build_reg): Fix typo in debug output.
This commit is contained in:
parent
8e599b1e3a
commit
d610936513
@ -1,3 +1,7 @@
|
||||
2012-05-25 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* registry.cc (reg_key::build_reg): Fix typo in debug output.
|
||||
|
||||
2012-05-25 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* select.cc (select_stuff::wait): When not returning after receiving
|
||||
|
@ -115,7 +115,7 @@ reg_key::build_reg (HKEY top, REGSAM access, va_list av)
|
||||
if (!NT_SUCCESS (status))
|
||||
{
|
||||
key_is_invalid = status;
|
||||
debug_printf ("failed to create key %S in the registry", uname);
|
||||
debug_printf ("failed to create key %S in the registry", &uname);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user