2002-08-26 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Mon, 26 Aug 2002 11:36:04 +0000 (11:36 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 26 Aug 2002 11:36:04 +0000 (11:36 +0000)
* locale/programs/ld-ctype.c (ctype_read): When given a repertoire
name of "", store a null pointer instead.

locale/programs/ld-ctype.c

index eed2e94..2a2c831 100644 (file)
@@ -2796,6 +2796,9 @@ with character code range values one must use the absolute ellipsis `...'"));
                      || now->val.str.startmb == NULL)
                    goto translit_syntax;
                  repertoire_name = now->val.str.startmb;
+                 if (repertoire_name[0] == '\0')
+                   /* Ignore the empty string.  */
+                   repertoire_name = NULL;
 
                  /* Save the include statement for later processing.  */
                  include_stmt = (struct translit_include_t *)