GNOME Bugzilla – Bug 708596
Fix cast in format string
Last modified: 2013-09-26 15:06:49 UTC
format ‘%u’ expects argument of type ‘unsigned int’ but was passed variables of type gsize. With this change, compiling with debugging enabled works again.
Created attachment 255541 [details] [review] Fix cast in format string