summarylogtreecommitdiffstats
path: root/FTutils.hpp.patch
blob: 2a100dcc5cc1b7e3ce0c9afe845acac1ea354d42 (plain)
1
2
3
4
5
6
7
8
9
10
--- src/FTutils.hpp	2009-07-11 23:15:00.000000000 +0200
@@ -122,7 +122,7 @@
 /* 32 bit "pointer cast" union */
 typedef union {
         float f;
-        int32_t i;
+        signed long int i;
 } ls_pcast32;
 	
 static inline float flush_to_zero(float f)