openglad-0.98-ovfl.patch 381 B

123456789101112
  1. --- a/src/screen.cpp 2011-07-23 21:35:34.385063301 +0200
  2. +++ b/src/screen.cpp 2011-07-23 21:35:59.948063312 +0200
  3. @@ -2383,7 +2383,7 @@
  4. short listsize;
  5. short i;
  6. walker * new_guy;
  7. - char newgrid[12] = "grid.pix"; // default grid
  8. + char newgrid[13] = "grid.pix"; // default grid
  9. char new_scen_type; // read the scenario type
  10. char oneline[80];
  11. char numlines, tempwidth;