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/games-arcade/fishsupper/files/fishsupper-0.1.6-ovflfix.patch

12 lines
304 B

--- src/main.cpp.old 2012-06-24 18:35:27.661894094 +0200
+++ src/main.cpp 2012-06-24 18:35:41.041954632 +0200
@@ -293,7 +293,7 @@
if (!ok)
{
- fs_dir = new char[ strlen(".") ];
+ fs_dir = new char[ strlen(".") + 1];
strcpy(fs_dir, ".");
} // if ... else