1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

Tiny fixes

This commit is contained in:
obarthel
2018-02-18 13:58:25 +01:00
parent e35307a7e3
commit c84b1fc1ff
2 changed files with 3 additions and 2 deletions

View File

@@ -359,7 +359,7 @@ extern unsigned int (* __get_default_stack_size)(void);
/*
* This library falls back onto locale.library to perform string collation
* in strcoll(), character conversion in toupper() and various other
* functions. This may not your intention. To restrict the library to use
* functions. This may not be your intention. To restrict the library to use
* only the "C" language locale, declare the following variable in your
* code and set it to FALSE, so that it overrides the default settings.
* The variable value is checked during program startup and, if set to