From a4c2dbda2cebb8f244765431b4e8c91b499ef922 Mon Sep 17 00:00:00 2001 From: Thomas Bluemel Date: Mon, 26 Sep 2005 11:11:48 +0000 Subject: [PATCH] fixed uninitialized variable warning svn path=/trunk/; revision=18085 --- reactos/lib/rtl/debug.c | 1 + 1 file changed, 1 insertion(+) 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,