diff options
author | Dan Winship <danw@src.gnome.org> | 2000-12-14 03:35:39 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-12-14 03:35:39 +0800 |
commit | dcf7f4519e835359776c88b9ad413dbae497452a (patch) | |
tree | 20aebc6851bbb9f7b441873493ba1738b7913034 /addressbook/ChangeLog | |
parent | fe7da31d862feb3175a507bdb594341cac721f22 (diff) | |
download | gsoc2013-evolution-dcf7f4519e835359776c88b9ad413dbae497452a.tar gsoc2013-evolution-dcf7f4519e835359776c88b9ad413dbae497452a.tar.gz gsoc2013-evolution-dcf7f4519e835359776c88b9ad413dbae497452a.tar.bz2 gsoc2013-evolution-dcf7f4519e835359776c88b9ad413dbae497452a.tar.lz gsoc2013-evolution-dcf7f4519e835359776c88b9ad413dbae497452a.tar.xz gsoc2013-evolution-dcf7f4519e835359776c88b9ad413dbae497452a.tar.zst gsoc2013-evolution-dcf7f4519e835359776c88b9ad413dbae497452a.zip |
NUL-terminate the returned vcard so we don't sometimes end up with
* gui/widgets/e-minicard-control.c (stream_read): NUL-terminate
the returned vcard so we don't sometimes end up with trailing
junk that makes libversit unhappy.
svn path=/trunk/; revision=6970
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 4cc2c98092..3ee2634773 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +2000-12-13 Dan Winship <danw@helixcode.com> + + * gui/widgets/e-minicard-control.c (stream_read): NUL-terminate + the returned vcard so we don't sometimes end up with trailing + junk that makes libversit unhappy. + 2000-12-13 Iain Holmes <iain@helixcode.com> * gui/component/select-names/e-select-names.c |