mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
Use hard_locale() to check whether collating order is "hard" regardless
of whether NLS is enabled.
This commit is contained in:
parent
1188285e9b
commit
dddd0d87a3
1 changed files with 0 additions and 2 deletions
|
|
@ -1364,9 +1364,7 @@ dfaparse (char const *s, size_t len, struct dfa *d)
|
|||
lasttok = END;
|
||||
laststart = 1;
|
||||
parens = 0;
|
||||
#if ENABLE_NLS
|
||||
hard_LC_COLLATE = hard_locale (LC_COLLATE);
|
||||
#endif
|
||||
#ifdef MBS_SUPPORT
|
||||
if (MB_CUR_MAX > 1)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue