- Initialisierung LC_NUMERIC=C im mapper

This commit is contained in:
Christian Schlittchen 2004-01-04 16:49:58 +00:00
parent 1f2eb75678
commit eaa0985501
1 changed files with 1 additions and 0 deletions

View File

@ -1610,6 +1610,7 @@ main(int argc, char *argv[])
sqlpatch = false;
setlocale(LC_ALL, "");
setlocale(LC_NUMERIC, "C");
fprintf(stderr, " \n Mapper V" VERSION " Hex (" __DATE__ ")\n\n"
"Copyright © 1998/99 by Henning Peters - faroul@gmx.de\n"