use %G_GSIZE_FORMAT instead of %lu since sizes have changed from gulong to

2008-01-31  Michael Natterer  <mitch@imendio.com>

	* glib/gmem.c: use %G_GSIZE_FORMAT instead of %lu since sizes have
	changed from gulong to gsize in this file.


svn path=/trunk/; revision=6432
This commit is contained in:
Michael Natterer
2008-01-31 11:44:51 +00:00
committed by Michael Natterer
parent 56a6c6e412
commit 93e615e7ab
2 changed files with 20 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
2008-01-31 Michael Natterer <mitch@imendio.com>
* glib/gmem.c: use %G_GSIZE_FORMAT instead of %lu since sizes have
changed from gulong to gsize in this file.
2008-01-30 Johan Dahlin <johan@gnome.org>
* configure.in: Remove oc since oc.po is gone.