You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-misc/3dfb/files/0.6.1-gcc41.patch

13 lines
330 B

diff -Nur 3dfb-0.6.1.orig/src/gui.cpp 3dfb-0.6.1/src/gui.cpp
--- 3dfb-0.6.1.orig/src/gui.cpp 2004-07-28 22:32:21.000000000 +0000
+++ 3dfb-0.6.1/src/gui.cpp 2006-09-18 21:35:01.271923722 +0000
@@ -70,7 +70,7 @@
static fileMap fileMap;
-static levelLocation levels[fileMap.maxLevels];
+static levelLocation levels[1024];