diff options
Diffstat (limited to 'games-rpg/openglad/files/openglad-0.98-ovfl.patch')
-rw-r--r-- | games-rpg/openglad/files/openglad-0.98-ovfl.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games-rpg/openglad/files/openglad-0.98-ovfl.patch b/games-rpg/openglad/files/openglad-0.98-ovfl.patch deleted file mode 100644 index 8ec89d22559d..000000000000 --- a/games-rpg/openglad/files/openglad-0.98-ovfl.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/src/screen.cpp 2011-07-23 21:35:34.385063301 +0200 -+++ b/src/screen.cpp 2011-07-23 21:35:59.948063312 +0200 -@@ -2383,7 +2383,7 @@ - short listsize; - short i; - walker * new_guy; -- char newgrid[12] = "grid.pix"; // default grid -+ char newgrid[13] = "grid.pix"; // default grid - char new_scen_type; // read the scenario type - char oneline[80]; - char numlines, tempwidth; |