]> git.alsa-project.org Git - alsa-lib.git/commit
use "C" locale when parsing floating point numbers
authorClemens Ladisch <clemens@ladisch.de>
Mon, 14 Feb 2005 09:35:06 +0000 (09:35 +0000)
committerClemens Ladisch <clemens@ladisch.de>
Mon, 14 Feb 2005 09:35:06 +0000 (09:35 +0000)
commit49c9eba8e4cdfa4ca40e8271e25dfb666c130cd5
treea91b55c12a487687b2264261aa6c2a36dd9d8b4d
parentf9b9015245178df34454853c2dd74288ed16a136
use "C" locale when parsing floating point numbers

Floating point numbers in configuration files always use "." as separator,
so set the locale temporarily to "C" when calling strtod().
src/conf.c