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/app-office/ical/files/ical-3.0-gcc44.patch

12 lines
329 B

--- calendar/calfile.C
+++ calendar/calfile.C
@@ -58,7 +58,7 @@
backupName = tmp;
// Get directory name for access checks
- char* lastSlash = strrchr(name, '/');
+ const char* lastSlash = strrchr(name, '/');
if (lastSlash == 0) {
/* Calendar is in current directory */
tmp = new char[3];