Fixing %d print.

This commit is contained in:
Ben Vanik 2013-09-25 20:28:42 -07:00
parent 3e0d9af57e
commit d16ab71252
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ SHIM_CALL DbgPrint_shim(
}
// get length
int arg_size = 0;
int arg_size = 4;
if (*end == 'h') {
++end;