diff options
author | Chris Toshok <toshok@ximian.com> | 2002-01-23 09:35:31 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-01-23 09:35:31 +0800 |
commit | 2cb6aac77fbd275b51ff0d1f5a0f2b04f34a2887 (patch) | |
tree | 25ba3eca7c009251e250bd394f743b1fbeb01e11 /addressbook/ChangeLog | |
parent | b863a7b2772d17f31fef3febaa2967be632190c0 (diff) | |
download | gsoc2013-evolution-2cb6aac77fbd275b51ff0d1f5a0f2b04f34a2887.tar gsoc2013-evolution-2cb6aac77fbd275b51ff0d1f5a0f2b04f34a2887.tar.gz gsoc2013-evolution-2cb6aac77fbd275b51ff0d1f5a0f2b04f34a2887.tar.bz2 gsoc2013-evolution-2cb6aac77fbd275b51ff0d1f5a0f2b04f34a2887.tar.lz gsoc2013-evolution-2cb6aac77fbd275b51ff0d1f5a0f2b04f34a2887.tar.xz gsoc2013-evolution-2cb6aac77fbd275b51ff0d1f5a0f2b04f34a2887.tar.zst gsoc2013-evolution-2cb6aac77fbd275b51ff0d1f5a0f2b04f34a2887.zip |
[ fixes bug # 16864 ] create and return a GString here, instead of writing
2002-01-22 Chris Toshok <toshok@ximian.com>
[ fixes bug # 16864 ]
* backend/ebook/evolution-ldif-importer.c (getValue): create and
return a GString here, instead of writing to a fixed size buffer.
(parseLine): use a GString here instead of a fixed size buffer.
svn path=/trunk/; revision=15427
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 770acc94e2..f3842f8240 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,10 @@ +2002-01-22 Chris Toshok <toshok@ximian.com> + + [ fixes bug # 16864 ] + * backend/ebook/evolution-ldif-importer.c (getValue): create and + return a GString here, instead of writing to a fixed size buffer. + (parseLine): use a GString here instead of a fixed size buffer. + 2002-01-21 Christopher James Lahey <clahey@ximian.com> * backend/pas/pas-backend-ldap.c (ldap_search_handler): Set the |