* fhandler.cc (fhandler_base::open): Use %S for PUNICODE_STRING.

* syscalls.cc (setmode): Ditto.
This commit is contained in:
Brian Dessent
2008-03-08 01:33:22 +00:00
parent c622842865
commit 244191b6a9
3 changed files with 7 additions and 2 deletions

View File

@ -612,7 +612,7 @@ done:
status, x, access, pc.get_nt_native_path (), file_attributes,
shared, create_disposition, create_options);
syscall_printf ("%d = fhandler_base::open (%s, %p)",
syscall_printf ("%d = fhandler_base::open (%S, %p)",
res, pc.get_nt_native_path (), flags);
return res;
}