X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Flog.h;h=47526f3747cbcbc56a480bbfb3ae31a19960e11e;hp=b15ccd137845843f82289025347ca1e8e3c314a8;hb=879d0eec420fe0fd5ddcd56c8fe62b82a6744edd;hpb=1f1f8e67c96ea0b002241fea4db086a0d2d260af diff --git a/lib/log.h b/lib/log.h index b15ccd1..47526f3 100644 --- a/lib/log.h +++ b/lib/log.h @@ -48,7 +48,7 @@ extern void msg(const char* logFormat, ...); extern void msg_str(const char* log); extern void exitLog(void); -#define FIXNULL(a) ((int)(a)?(a):"NULL") +#define FIXNULL(a) ((a)?(a):"NULL") #ifdef __cplusplus }