diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2008-07-16 23:12:00 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-07-16 23:12:00 +0000 |
commit | f37b73fb95d29efdcb24c3d30ceccc3883738e7e (patch) | |
tree | 98658a89bf44110146b87d075af94340c0a0f9bc /ChangeLog | |
parent | ba7563a4cbe59e18262090d6fdf44b9a146affe3 (diff) | |
download | glib-f37b73fb95d29efdcb24c3d30ceccc3883738e7e.tar.gz |
Avoid a warning when printing a pid_t. Pointed out by Morten Welinder.
* glib/gslice.c (mem_error): Avoid a warning when printing a pid_t.
Pointed out by Morten Welinder.
svn path=/trunk/; revision=7196
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2008-07-16 Matthias Clasen <mclasen@redhat.com> + Bug 334234 – "printf" format error + + * glib/gslice.c (mem_error): Avoid a warning when printing a pid_t. + Pointed out by Morten Welinder. + +2008-07-16 Matthias Clasen <mclasen@redhat.com> + Bug 406120 – g_ascii_strtod * glib/gstrfuncs.c (g_ascii_strtod): Document that this |