X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Flog.c;h=ffa0e17a3e77fbf7e50ae1ae5dcb1eecfa9b23d7;hb=9a1cd49d755ebec6a9f085ca2025706b94927b82;hp=7d2f8adec80e3ef9bdec203dafb38da4d613a4b8;hpb=757c0aa98fb4168e6a7bc208cc89875ca88b842c;p=swftools.git diff --git a/lib/log.c b/lib/log.c index 7d2f8ad..ffa0e17 100644 --- a/lib/log.c +++ b/lib/log.c @@ -145,7 +145,7 @@ void exitLog() static char * logimportance[]= {"Fatal","Error","Warning","Notice","Verbose","Debug"}; static int loglevels=6; static char * logimportance2[]= {" ","FATAL ","ERROR ","WARNING","NOTICE ","VERBOSE","DEBUG "}; -void log(char* logString) +static inline void log(char* logString) { char timebuffer[32]; char* logBuffer;