projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c251a38
)
fixed uninitialized variable warning
author
Thomas Bluemel
<thomas@reactsoft.com>
Mon, 26 Sep 2005 11:11:48 +0000
(11:11 +0000)
committer
Thomas Bluemel
<thomas@reactsoft.com>
Mon, 26 Sep 2005 11:11:48 +0000
(11:11 +0000)
svn path=/trunk/; revision=18085
reactos/lib/rtl/debug.c
patch
|
blob
|
history
diff --git
a/reactos/lib/rtl/debug.c
b/reactos/lib/rtl/debug.c
index
dad781c
..
eb33c7f
100644
(file)
--- a/
reactos/lib/rtl/debug.c
+++ b/
reactos/lib/rtl/debug.c
@@
-256,6
+256,7
@@
DbgPrintReturnControlC(PCH Format,
va_list ap;
\r
\r
/* Call the internal routine that also handles ControlC */
\r
+ va_start(ap, Format);
\r
return vDbgPrintExWithPrefixInternal(NULL,
\r
-1,
\r
DPFLTR_ERROR_LEVEL,
\r