diff options
| author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-07-14 21:19:28 +0000 |
|---|---|---|
| committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-07-14 21:19:28 +0000 |
| commit | 28d14a0b9520e2d7c489e1b064cf64bd09fbc86b (patch) | |
| tree | 0f4bf9159c6e28efe95a8c8a0bedb77efab72642 | |
| parent | 2cf32c4f0253a835f5879b0c46358f17c4de78a2 (diff) | |
| download | lasso-28d14a0b9520e2d7c489e1b064cf64bd09fbc86b.tar.gz lasso-28d14a0b9520e2d7c489e1b064cf64bd09fbc86b.tar.xz lasso-28d14a0b9520e2d7c489e1b064cf64bd09fbc86b.zip | |
Nothing, code cleanup only
| -rw-r--r-- | lasso/xml/debug.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lasso/xml/debug.c b/lasso/xml/debug.c index 1ad2517c..5dd4908c 100644 --- a/lasso/xml/debug.c +++ b/lasso/xml/debug.c @@ -56,7 +56,7 @@ _debug(unsigned int level, { char debug_string[1024]; char new_debug_string[2048]; - char *color, *p; + char *color; va_list args; @@ -66,7 +66,6 @@ _debug(unsigned int level, } va_start(args, format); - //vsprintf(debug_string, format, args); vsnprintf(debug_string, sizeof(debug_string), format, args); va_end(args); |
