File bb-1.3.0.diff of Package bb
--- tex.c +++ tex.c 2003/02/06 00:22:35 @@ -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))); }
--- tex.c +++ tex.c 2003/02/06 00:22:35 @@ -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))); }