aboutsummaryrefslogtreecommitdiff
path: root/app/misc/bb/amd64_fix.patch
blob: 2a41686180c66900a4f46b3c5926945932b8fa1e (plain)
1
2
3
4
5
6
7
8
9
10
11
--- tex.c	2001-04-26 12:52:27.000000000 -0300
+++ tex.c.new	2008-05-16 00:18:45.000000000 -0300
@@ -92,7 +92,7 @@
 
 static inline void clear_zbuff()
 {
-    memset(zbuff, 0x55, (X_s * Y_s * sizeof(long)));
+    memset(zbuff, 0x55, (X_s * Y_s * sizeof(int)));
 }