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:
48de590
)
fixed stupid typo defining false to be one (1), which caused zlib
author
kramm
<kramm>
Sun, 9 Dec 2001 15:48:34 +0000
(15:48 +0000)
committer
kramm
<kramm>
Sun, 9 Dec 2001 15:48:34 +0000
(15:48 +0000)
compression to fail.
lib/rfxswf.h
patch
|
blob
|
history
diff --git
a/lib/rfxswf.h
b/lib/rfxswf.h
index
afee79c
..
016f8e3
100644
(file)
--- a/
lib/rfxswf.h
+++ b/
lib/rfxswf.h
@@
-26,7
+26,7
@@
#define TRUE (1)
#endif
#ifndef FALSE
-#define FALSE (1)
+#define FALSE (0)
#endif
// SWF Types