X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=trace.c;h=ffecfbbfe49a05a92d617c529cbebed2fa34899e;hp=a810d8cb7f1379868498fdd87191c3280894dfa7;hb=5463e1b62a39ce417b610584e3d34a8bc30ac15e;hpb=9d94d21224bd9bea0910c432973c58509d41fa22 diff --git a/trace.c b/trace.c index a810d8c..ffecfbb 100644 --- a/trace.c +++ b/trace.c @@ -274,7 +274,7 @@ void _end_trace(const char *__file, int __line) if (string) { /* process debug */ if (options.deb) - debug(NULL, 0, "TRACE", string); + debug(NULL, NULL, 0, "TRACE", string); /* process log */ if (options.log[0]) { fp = fopen(options.log, "a");