diff options
Diffstat (limited to 'app-office/ical/files/ical-3.0-gcc44.patch')
-rw-r--r-- | app-office/ical/files/ical-3.0-gcc44.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/app-office/ical/files/ical-3.0-gcc44.patch b/app-office/ical/files/ical-3.0-gcc44.patch deleted file mode 100644 index 8088be8815e5..000000000000 --- a/app-office/ical/files/ical-3.0-gcc44.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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]; |