From 73f7f68ba36f904d85f56c0c3e602b707f132069 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 20 Jul 1996 11:53:52 +0000 Subject: Fri Jul 19 15:45:20 1996 Ulrich Drepper * locale/C-messages.c (_nl_C_LC_MESSAGES): Add missing Kleene operator to yesexpr and noexpr string. --- locale/C-messages.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'locale/C-messages.c') diff --git a/locale/C-messages.c b/locale/C-messages.c index c6ce5b7..b5fcd19 100644 --- a/locale/C-messages.c +++ b/locale/C-messages.c @@ -25,8 +25,8 @@ const struct locale_data _nl_C_LC_MESSAGES = NULL, 0, /* no file mapped */ 4, { - { string: "[yY][[:alpha:]]" }, - { string: "[nN][[:alpha:]]" }, + { string: "[yY][[:alpha:]]*" }, + { string: "[nN][[:alpha:]]*" }, { string: "" }, { string: "" } } -- cgit v1.1