Index: head/deskutils/ical/files/patch-calendar_calfile.C =================================================================== --- head/deskutils/ical/files/patch-calendar_calfile.C (nonexistent) +++ head/deskutils/ical/files/patch-calendar_calfile.C (revision 426308) @@ -0,0 +1,11 @@ +--- calendar/calfile.C.orig 1997-05-24 00:23:52 UTC ++++ calendar/calfile.C +@@ -60,7 +60,7 @@ CalFile::CalFile(int ro, const char* nam + 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]; Property changes on: head/deskutils/ical/files/patch-calendar_calfile.C ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property