fixed stupid typo defining false to be one (1), which caused zlib
authorkramm <kramm>
Sun, 9 Dec 2001 15:48:34 +0000 (15:48 +0000)
committerkramm <kramm>
Sun, 9 Dec 2001 15:48:34 +0000 (15:48 +0000)
compression to fail.

lib/rfxswf.h

index afee79c..016f8e3 100644 (file)
@@ -26,7 +26,7 @@
 #define TRUE (1)
 #endif
 #ifndef FALSE
-#define FALSE (1)
+#define FALSE (0)
 #endif
 
 // SWF Types