After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 151886 - [PATCH] Fix format string warnings in vorbisfile.c
[PATCH] Fix format string warnings in vorbisfile.c
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: 0.8.5
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-09-05 05:24 UTC by Nathan Robertson
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix format strings in vorbisfile.c (1.34 KB, patch)
2004-09-05 05:26 UTC, Nathan Robertson
none Details | Review

Description Nathan Robertson 2004-09-05 05:24:30 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.
Comment 1 Nathan Robertson 2004-09-05 05:26:36 UTC
Created attachment 31291 [details] [review]
fix format strings in vorbisfile.c
Comment 2 David Schleef 2004-09-10 18:46:16 UTC
APplied.