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 573528 - Wrong format modifier in gstgiobasesink.c
Wrong format modifier in gstgiobasesink.c
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Windows
: Normal minor
: 0.10.23
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-02-28 11:46 UTC by LRN
Modified: 2009-02-28 18:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Change format to G_GSSIZE_FORMAT (602 bytes, patch)
2009-02-28 11:47 UTC, LRN
committed Details | Review

Description LRN 2009-02-28 11:46:28 UTC
/ext/gio/gstgiobasesink.c:250
written is gssize
/ext/gio/gstgiobasesink.c:269
, but G_GUINT64_FORMAT is used to print its contents
Comment 1 LRN 2009-02-28 11:47:08 UTC
Created attachment 129734 [details] [review]
Change format to G_GSSIZE_FORMAT
Comment 2 Sebastian Dröge (slomo) 2009-02-28 18:38:57 UTC
ommit 95c838f0516c01b238f9b00c8c331bf8002d4d74
Author: LRN <lrn1986@gmail.com>
Date:   Sat Feb 28 19:37:53 2009 +0100

    gio: Use correct format modifier for size_t
    
    Fixes bug #573528.