]> git.pld-linux.org Git - packages/bb.git/blob - segv64.patch
- patch from Gentoo
[packages/bb.git] / segv64.patch
1 --- bb-1.3rc1.orig/tex.c
2 +++ bb-1.3rc1/tex.c
3 @@ -92,7 +92,7 @@
4  
5  static inline void clear_zbuff()
6  {
7 -    memset(zbuff, 0x55, (X_s * Y_s * sizeof(long)));
8 +    memset(zbuff, 0x55, (X_s * Y_s * sizeof(int)));
9  }
10  
11  
This page took 0.049677 seconds and 3 git commands to generate.