mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00: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