aboutsummaryrefslogtreecommitdiffstats
path: root/libical/ChangeLog
diff options
context:
space:
mode:
authorDamon Chaplin <damon@ximian.com>2001-10-31 22:13:29 +0800
committerDamon Chaplin <damon@src.gnome.org>2001-10-31 22:13:29 +0800
commitc9ce571c203987c9033de3683e41d9ead1104ce0 (patch)
tree2aa3d32581409ca03ceacaf7e933d85ed3be8d20 /libical/ChangeLog
parentd5ae9d8cd3227a5b723f996a52491413ea4901c3 (diff)
downloadgsoc2013-evolution-c9ce571c203987c9033de3683e41d9ead1104ce0.tar
gsoc2013-evolution-c9ce571c203987c9033de3683e41d9ead1104ce0.tar.gz
gsoc2013-evolution-c9ce571c203987c9033de3683e41d9ead1104ce0.tar.bz2
gsoc2013-evolution-c9ce571c203987c9033de3683e41d9ead1104ce0.tar.lz
gsoc2013-evolution-c9ce571c203987c9033de3683e41d9ead1104ce0.tar.xz
gsoc2013-evolution-c9ce571c203987c9033de3683e41d9ead1104ce0.tar.zst
gsoc2013-evolution-c9ce571c203987c9033de3683e41d9ead1104ce0.zip
use MAX_LINE_LEN rather than magic numbers all over the place.
2001-10-31 Damon Chaplin <damon@ximian.com> * src/libical/icalproperty.c (get_next_line_start): use MAX_LINE_LEN rather than magic numbers all over the place. svn path=/trunk/; revision=14536
Diffstat (limited to 'libical/ChangeLog')
-rw-r--r--libical/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libical/ChangeLog b/libical/ChangeLog
index 44cc7bef5d..b00c82defe 100644
--- a/libical/ChangeLog
+++ b/libical/ChangeLog
@@ -1,5 +1,10 @@
2001-10-31 Damon Chaplin <damon@ximian.com>
+ * src/libical/icalproperty.c (get_next_line_start): use MAX_LINE_LEN
+ rather than magic numbers all over the place.
+
+2001-10-31 Damon Chaplin <damon@ximian.com>
+
* src/libical/icalproperty.c (icalproperty_as_ical_string): had to
redo the folding code since Outlook 2000 doesn't like parameter values
like 'TENTATIVE' cut in half. Now it tries to split after a ';', ':'