aboutsummaryrefslogtreecommitdiff
path: root/locale/C-numeric.c
diff options
context:
space:
mode:
Diffstat (limited to 'locale/C-numeric.c')
-rw-r--r--locale/C-numeric.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/locale/C-numeric.c b/locale/C-numeric.c
index 00c692799f..fc2e104304 100644
--- a/locale/C-numeric.c
+++ b/locale/C-numeric.c
@@ -37,7 +37,7 @@ const struct locale_data _nl_C_LC_NUMERIC =
{ string: "." },
{ string: "" },
{ string: not_available },
- { wstr: (uint32_t *) L"." },
- { wstr: (uint32_t *) L"" }
+ { word: (unsigned int) L'.' },
+ { word: (unsigned int) L'\0' }
}
};