| commit | 3219f320604810532a4938dda8f9dfadb0e840f3 | [log] [tgz] |
|---|---|---|
| author | Ian Wienand <ianw@ieee.org> | Thu Feb 16 06:00:00 2006 +0100 |
| committer | Ian Wienand <ianw@debian.org> | Thu Feb 16 06:00:00 2006 +0100 |
| tree | f2430182cafc250b2fcb9eb5c05730b2ce0d802f | |
| parent | e1dd50cdd23a11bf7be6c81b3a2acbe35f19fdea [diff] [blame] |
Some fixes... * read_config_file.c: initialise pt stack argument to stop warning * summary.c: make show_summary() obey -C for demangaling function names
diff --git a/debug.c b/debug.c index dd2cebd..6b5bb8e 100644 --- a/debug.c +++ b/debug.c
@@ -5,8 +5,8 @@ #include "options.h" #include "output.h" -void -debug_(int level, char *file, int line, const char *func, char *fmt, ...) { +void debug_(int level, char *file, int line, const char *func, char *fmt, ...) +{ char buf[1024]; va_list args;