diff options
Diffstat (limited to 'src/ckerrlog.c')
-rw-r--r-- | src/ckerrlog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ckerrlog.c b/src/ckerrlog.c index fab18b0..cf5a6e8 100644 --- a/src/ckerrlog.c +++ b/src/ckerrlog.c @@ -44,7 +44,7 @@ void log_command(int argc,const char* argv[]) { void add_ ## stream ## _with_delim(const char *delim, \ const char *txt, \ va_list args) { \ - char tmp[STR_L] = ""; \ + char tmp[STR_L] = ""; \ vsprintf(tmp, txt, args); \ if (stream) { \ list_add(stream, tmp); \ |