git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d320fe6
)
gcc 3.2.x fix
author
kramm
<kramm>
Sat, 23 Jul 2005 08:25:27 +0000
(08:25 +0000)
committer
kramm
<kramm>
Sat, 23 Jul 2005 08:25:27 +0000
(08:25 +0000)
lib/log.h
patch
|
blob
|
history
diff --git
a/lib/log.h
b/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
}