swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Swftools-common] 0.6.3 Patch


From: Mark Lane
Subject: [Swftools-common] 0.6.3 Patch
Date: Wed, 06 Jul 2005 14:42:14 -0600
User-agent: Mozilla Thunderbird 1.0.2-6 (X11/20050513)

I found an attempt to cast a char* to an int in one of the functions in log.h when building a FC4 rpm. There is also a problem with another file which is preventing me from compiling against gcc 4.


--
Mark Lane, CET <address@hidden>
Sales Manager, Hard Data Ltd. <http://www.harddata.com>
11060 166 Ave, Edmonton, Alberta, T5X 1Y3
Phone: 01-780-456-9771 Fax: 01-780-456-9772
############## Check Out Our New Laptops ##############
--- lib/log.h~  2004-10-22 12:45:22.000000000 -0600
+++ lib/log.h   2005-07-06 13:09:29.000000000 -0600
@@ -48,7 +48,7 @@
 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
 }

reply via email to

[Prev in Thread] Current Thread [Next in Thread]