mirror of
https://github.com/reactos/reactos.git
synced 2026-07-06 02:44:24 +08:00
Fix kdbg disasm bug, patch by SamB
See issue #2408 for more details. svn path=/trunk/; revision=28427
This commit is contained in:
@@ -62,7 +62,7 @@ KdbpPrintDisasm(void* Ignored, const char* fmt, ...)
|
||||
|
||||
va_start(ap, fmt);
|
||||
ret = vsprintf(buffer, fmt, ap);
|
||||
DbgPrint(buffer);
|
||||
DbgPrint("%s", buffer);
|
||||
va_end(ap);
|
||||
return(ret);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user