Files
flac/src
Erik de Castro Lopo 865041b7ca flac and metaflac : Don't always call setlocale() in Windows.
Windows (MSVC, MinGW) versions of setlocale don't care about LC_*
environment variables. For example, flac cannot pass the test for
--until and --skip options the script calls it with --skip=0:01.1001
and it expects decimal comma (--skip=0:01,1001) on some locales.

Solve this (on Windows) by calling setlocale(LC_ALL, "") if some
LC_* variable is set to "C".

Patch-from: lvqcl <lvqcl.mail@gmail.com>
2014-07-19 18:17:28 +10:00
..
2014-06-28 09:12:45 +10:00