Remove redundant setenv() call

The version which overwrites existing envvars is just below.
This commit is contained in:
dhewg 2012-07-06 01:41:12 +02:00
parent 5a9c2006ff
commit 90bd14564f

View file

@ -270,8 +270,6 @@ int main(int argc, char **argv) {
path_argv[0] = 0;
}
setlocale(LC_ALL, "C");
// some ladspa-plugins (that may be indirectly loaded by doom3 if they're
// used by alsa) call setlocale(LC_ALL, ""); This sets LC_ALL to $LANG or
// $LC_ALL which usually is not "C" and will fuck up scanf, strtod