diff --git a/reactos/lib/rtl/debug.c b/reactos/lib/rtl/debug.c index dad781c15b1..eb33c7f8139 100644 --- a/reactos/lib/rtl/debug.c +++ b/reactos/lib/rtl/debug.c @@ -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,