]> git.pld-linux.org Git - packages/bb.git/blame - segv64.patch
- patch from Gentoo
[packages/bb.git] / segv64.patch
CommitLineData
8d06d0e1
WF
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.058245 seconds and 4 git commands to generate.