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.

12 lines
308 B

--- a/src/main.cpp.old 2012-06-24 18:35:27.661894094 +0200
+++ b/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