diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-08-04 08:52:09 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-08-04 08:52:09 +0800 |
commit | 017022a5e065307b4a19f9efc47b70b7b3b1589d (patch) | |
tree | 3910db631c5a60ac6635d2046401199ce9827e17 /addressbook/ChangeLog | |
parent | 804c58f8bc2997b5fea250778415aa27fb9f4a18 (diff) | |
download | gsoc2013-evolution-017022a5e065307b4a19f9efc47b70b7b3b1589d.tar.gz 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/ChangeLog | 7 |
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 |