diff options
author | Dan Winship <danw@src.gnome.org> | 2000-09-12 11:10:36 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-09-12 11:10:36 +0800 |
commit | 439cc87bdd30f4a0f9e29e876230f4e7b25034de (patch) | |
tree | f195bb32445e1cf0a554016dc2dfeb669ab6b1e8 /e-util/ChangeLog | |
parent | 5c8a30cf2714c43991150faba335c7f1bf92da3c (diff) | |
download | gsoc2013-evolution-439cc87bdd30f4a0f9e29e876230f4e7b25034de.tar.gz gsoc2013-evolution-439cc87bdd30f4a0f9e29e876230f4e7b25034de.tar.zst gsoc2013-evolution-439cc87bdd30f4a0f9e29e876230f4e7b25034de.zip |
Thou shalt leave space for the trailing \0.
* e-font.c (find_best_bold): Thou shalt leave space for the
trailing \0.
svn path=/trunk/; revision=5355
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index d1e371d851..719915176e 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,5 +1,8 @@ 2000-09-11 Dan Winship <danw@helixcode.com> + * e-font.c (find_best_bold): Thou shalt leave space for the + trailing \0. + * e-util.c (e_strstrcase): The return value should not be const. (Well, unless the input was, but you can't know that.) |