diff options
Diffstat (limited to 'src/nonstd/struct_locale_t.c')
| -rw-r--r-- | src/nonstd/struct_locale_t.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nonstd/struct_locale_t.c b/src/nonstd/struct_locale_t.c index 1bc8e932..3479e22f 100644 --- a/src/nonstd/struct_locale_t.c +++ b/src/nonstd/struct_locale_t.c @@ -22,11 +22,11 @@ struct __locale_t { char *noexpr; } lc_messages; - char *monetary; - char *numeric; + char monetary[UCHAR_MAX]; + char numeric[UCHAR_MAX]; struct lconv mn; - char *time; + char time[UCHAR_MAX]; struct { char *abday[7]; char *day[7]; |
