Accepted submit request 55727 from user coolo OBS-URL: https://build.opensuse.org/request/show/55727 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bb?expand=0&rev=9
12 lines
215 B
Diff
12 lines
215 B
Diff
--- tex.c.orig
|
|
+++ tex.c
|
|
@@ -92,7 +92,7 @@ void unset_zbuff()
|
|
|
|
static inline void clear_zbuff()
|
|
{
|
|
- memset(zbuff, 0x55, (X_s * Y_s * sizeof(long)));
|
|
+ memset(zbuff, 0x55, (X_s * Y_s * sizeof(int)));
|
|
}
|
|
|
|
|