aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-08-04 08:52:09 +0800
committerChris Lahey <clahey@src.gnome.org>2001-08-04 08:52:09 +0800
commit017022a5e065307b4a19f9efc47b70b7b3b1589d (patch)
tree3910db631c5a60ac6635d2046401199ce9827e17 /addressbook/ChangeLog
parent804c58f8bc2997b5fea250778415aa27fb9f4a18 (diff)
downloadgsoc2013-evolution-017022a5e065307b4a19f9efc47b70b7b3b1589d.tar
gsoc2013-evolution-017022a5e065307b4a19f9efc47b70b7b3b1589d.tar.gz
gsoc2013-evolution-017022a5e065307b4a19f9efc47b70b7b3b1589d.tar.bz2
gsoc2013-evolution-017022a5e065307b4a19f9efc47b70b7b3b1589d.tar.lz
gsoc2013-evolution-017022a5e065307b4a19f9efc47b70b7b3b1589d.tar.xz
gsoc2013-evolution-017022a5e065307b4a19f9efc47b70b7b3b1589d.tar.zst
gsoc2013-evolution-017022a5e065307b4a19f9efc47b70b7b3b1589d.zip
Changed the criteria of whether the first part of each iteration matched
2001-08-03 Christopher James Lahey <clahey@ximian.com> * backend/ebook/e-card.c (e_card_name_match_string): Changed the criteria of whether the first part of each iteration matched or the second one did. Before it got it wrong sometimes and caused the pointer to jump off the end of the array. svn path=/trunk/; revision=11641
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index e121d31142..f059db4011 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,10 @@
+2001-08-03 Christopher James Lahey <clahey@ximian.com>
+
+ * backend/ebook/e-card.c (e_card_name_match_string): Changed the
+ criteria of whether the first part of each iteration matched or
+ the second one did. Before it got it wrong sometimes and caused
+ the pointer to jump off the end of the array.
+
2001-08-03 Jason Leach <jleach@ximian.com>
* gui/component/addressbook-storage.c (load_source_data): Update