summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <mail@slomosnail.de>2006-12-06 13:16:59 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2006-12-06 13:16:59 +0000
commit4f799e000fe29c214ce29156c1794a27001fb595 (patch)
tree06f4c7571cba64fbeca9cc43fe86716e886ff257 /ChangeLog
parent1fd0727d5fbca6a596bcaac33232300395ce7fd4 (diff)
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 >
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c283c662..7f2f5970 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-12-06 Jan Schmidt <thaytan@mad.scientist.com>
+
+ * 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 >
+
2006-12-01 Jan Schmidt <thaytan@mad.scientist.com>
* win32/MANIFEST: