[ros-diffs] [weiden] 18085: fixed uninitialized variable warning
weiden at svn.reactos.com
weiden at svn.reactos.com
Mon Sep 26 13:11:57 CEST 2005
fixed uninitialized variable warning
Modified: trunk/reactos/lib/rtl/debug.c
_____
Modified: trunk/reactos/lib/rtl/debug.c
--- trunk/reactos/lib/rtl/debug.c 2005-09-26 11:10:27 UTC (rev
18084)
+++ trunk/reactos/lib/rtl/debug.c 2005-09-26 11:11:48 UTC (rev
18085)
@@ -256,6 +256,7 @@
va_list ap;
/* Call the internal routine that also handles ControlC */
+ va_start(ap, Format);
return vDbgPrintExWithPrefixInternal(NULL,
-1,
DPFLTR_ERROR_LEVEL,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050926/d9834941/attachment.html
More information about the Ros-diffs
mailing list