more horizontal refactoring
[swftools.git] / lib / log.h
index b15ccd1..47526f3 100644 (file)
--- 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
 }