diff options
Diffstat (limited to 'deskutils/ical/files/patch-calendar_calfile.C')
-rw-r--r-- | deskutils/ical/files/patch-calendar_calfile.C | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/deskutils/ical/files/patch-calendar_calfile.C b/deskutils/ical/files/patch-calendar_calfile.C deleted file mode 100644 index 77fa38b37a61..000000000000 --- a/deskutils/ical/files/patch-calendar_calfile.C +++ /dev/null @@ -1,11 +0,0 @@ ---- calendar/calfile.C.orig 1997-05-24 00:23:52 UTC -+++ calendar/calfile.C -@@ -60,7 +60,7 @@ CalFile::CalFile(int ro, const char* name) { - 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]; |