mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
localeconv: correct grouping and mon_grouping per C/POSIX
grouping and mon_grouping should be "" in the C locale. PR: 172215 MFC after: 6 weeks Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
f9f4c60aa7
commit
3bac34907e
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ __FBSDID("$FreeBSD$");
|
|||
#include <limits.h>
|
||||
#include <stddef.h>
|
||||
|
||||
static const char nogrouping[] = { CHAR_MAX, '\0' };
|
||||
static const char nogrouping[] = { '\0' };
|
||||
|
||||
/*
|
||||
* Internal helper used to convert grouping sequences from string
|
||||
|
|
|
|||
Loading…
Reference in a new issue