[Bug 744034] MinGW Compilation error in gstfdsrc.c: unknown conversion type character 'l' in format

bugzilla at gnome.org bugzilla at gnome.org
Thu Feb 12 06:53:56 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=744034

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|git master                  |1.5.1

--- Comment #3 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Thanks for the patch, I've pushed it to master with some small changes (kept
string constants in code, which is nicer to read; fleshed out error handling a
bit more; renamed endptr variable to end so the error handling fits all in one
line :)

commit d7dd0825747abbbda22e8466dd6ba78fa85c0dbe
Author: Frédéric Wang <fred.wang at free.fr>
Date:   Thu Feb 12 14:50:15 2015 +0000

    fdsrc: use g_ascii_strtoull() to convert size string in uri

    sscanf() doesn't handle G_GUINT64_FORMAT well on mingw64 it
    appears, leading to compiler warnings.

    https://bugzilla.gnome.org/show_bug.cgi?id=744034

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list