diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-15 17:20:24 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-15 17:20:24 +0000 |
commit | 63bdbaa565f51d5b6041a82da2d14adb07ae9d24 (patch) | |
tree | 169fff44ca65c82d4ed1dc3f1af5b09ab30753dc /app-office/ical/files | |
parent | Version bump. Fixes bug #299349 as well (diff) | |
download | gentoo-2-63bdbaa565f51d5b6041a82da2d14adb07ae9d24.tar.gz gentoo-2-63bdbaa565f51d5b6041a82da2d14adb07ae9d24.tar.bz2 gentoo-2-63bdbaa565f51d5b6041a82da2d14adb07ae9d24.zip |
Version bump wrt #257285, thanks to Sergei Golubchik for reporting.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'app-office/ical/files')
-rw-r--r-- | app-office/ical/files/ical-3.0-gcc44.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-office/ical/files/ical-3.0-gcc44.patch b/app-office/ical/files/ical-3.0-gcc44.patch new file mode 100644 index 000000000000..8088be8815e5 --- /dev/null +++ b/app-office/ical/files/ical-3.0-gcc44.patch @@ -0,0 +1,11 @@ +--- 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]; |