GNOME Bugzilla – Bug 151886
[PATCH] Fix format string warnings in vorbisfile.c
Last modified: 2004-12-22 21:47:04 UTC
vorbisfile.c (like all other .c files in that directory) has some %llu and friends where, for compatibility with 64 bit platforms, it should use G_GUINT64_FORMAT and friends. I'll provide the patch in a follow-up.
Created attachment 31291 [details] [review] fix format strings in vorbisfile.c
APplied.