diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-11-08 02:37:30 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-11-08 02:37:30 +0800 |
commit | be043c8ce6817c80eb2c3909a539d7efcb28dea7 (patch) | |
tree | 96cb458d520c6eca0faad4180362940bc4b4cd26 /camel/ChangeLog | |
parent | 3045084721851c09ffc5e18551eaa241d605e3e9 (diff) | |
download | gsoc2013-evolution-be043c8ce6817c80eb2c3909a539d7efcb28dea7.tar gsoc2013-evolution-be043c8ce6817c80eb2c3909a539d7efcb28dea7.tar.gz gsoc2013-evolution-be043c8ce6817c80eb2c3909a539d7efcb28dea7.tar.bz2 gsoc2013-evolution-be043c8ce6817c80eb2c3909a539d7efcb28dea7.tar.lz gsoc2013-evolution-be043c8ce6817c80eb2c3909a539d7efcb28dea7.tar.xz gsoc2013-evolution-be043c8ce6817c80eb2c3909a539d7efcb28dea7.tar.zst gsoc2013-evolution-be043c8ce6817c80eb2c3909a539d7efcb28dea7.zip |
Fix the default implementation for CamelService::get_name() so that it
returns a malloced string instead of a static one. (A static one
breaks the semantics of the method.)
svn path=/trunk/; revision=6483
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 5b12c2bcf7..f3e7b49d29 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,8 @@ +2000-11-07 Ettore Perazzoli <ettore@helixcode.com> + + * camel-service.c (get_name): Strdup the "???" string you return, + so that the expected semantics for `::get_name()' is respected. + 2000-11-07 Dan Winship <danw@helixcode.com> * camel-stream-filter.c (d): Kill debugging, as it causes lots of |