aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorJesse Pavel <jpavel@src.gnome.org>2000-10-28 06:40:49 +0800
committerJesse Pavel <jpavel@src.gnome.org>2000-10-28 06:40:49 +0800
commitefaa78285cc2c7d790a6d48eba53759a048f1e49 (patch)
tree675f2bf63005bb05fdba90bcf793600f7a47e538 /calendar/ChangeLog
parentba3744e5c73066aeaf922d901dd8e4540e26d03a (diff)
downloadgsoc2013-evolution-efaa78285cc2c7d790a6d48eba53759a048f1e49.tar
gsoc2013-evolution-efaa78285cc2c7d790a6d48eba53759a048f1e49.tar.gz
gsoc2013-evolution-efaa78285cc2c7d790a6d48eba53759a048f1e49.tar.bz2
gsoc2013-evolution-efaa78285cc2c7d790a6d48eba53759a048f1e49.tar.lz
gsoc2013-evolution-efaa78285cc2c7d790a6d48eba53759a048f1e49.tar.xz
gsoc2013-evolution-efaa78285cc2c7d790a6d48eba53759a048f1e49.tar.zst
gsoc2013-evolution-efaa78285cc2c7d790a6d48eba53759a048f1e49.zip
fixed problems in which I allocated CORBA
strings of 0 length, but then didn't NULL terminate them. svn path=/trunk/; revision=6243
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 34e0ce59a3..e382e0e2b5 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,8 @@
+2000-10-27 Jesse Pavel <jpavel@helixcode.com>
+
+ * gui/e-meeting-edit.c: fixed problems in which I allocated CORBA
+ strings of 0 length, but then didn't NULL terminate them.
+
2000-10-27 <jpr@helixcode.com>
* conduits/calendar/calendar-conduit.c (check_for_slow_setting):