Skip to content
  • Sebastian Dröge's avatar
    gst/apetag/gstapedemux.c: Use g_strtod() instead of sscanf to parse doubles,... · 4f799e00
    Sebastian Dröge authored
    gst/apetag/gstapedemux.c: Use g_strtod() instead of sscanf to parse doubles, so that it will try parsing in the C loc...
    
    Original commit message from CVS:
    * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
    Use g_strtod() instead of sscanf to parse doubles, so that it will
    try parsing in the C locale if the current locale fails.
    Fixes: #382982
    Patch by: Sebastian Dröge  <mail at slomosnail de >
    4f799e00