From 4f799e000fe29c214ce29156c1794a27001fb595 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Wed, 6 Dec 2006 13:16:59 +0000 Subject: gst/apetag/gstapedemux.c: Use g_strtod() instead of sscanf to parse doubles, so that it will try parsing in the C loc... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c283c662..7f2f5970 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-12-06 Jan Schmidt + + * 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 + 2006-12-01 Jan Schmidt * win32/MANIFEST: -- cgit