mirror of
https://github.com/reactos/reactos.git
synced 2026-07-06 16:44:20 +08:00
fixed uninitialized variable warning
svn path=/trunk/; revision=18085
This commit is contained in:
@@ -256,6 +256,7 @@ DbgPrintReturnControlC(PCH Format,
|
||||
va_list ap;
|
||||
|
||||
/* Call the internal routine that also handles ControlC */
|
||||
va_start(ap, Format);
|
||||
return vDbgPrintExWithPrefixInternal(NULL,
|
||||
-1,
|
||||
DPFLTR_ERROR_LEVEL,
|
||||
|
||||
Reference in New Issue
Block a user