diff options
Diffstat (limited to 'wcsmbs')
-rw-r--r-- | wcsmbs/wcsmbsload.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wcsmbs/wcsmbsload.c b/wcsmbs/wcsmbsload.c index 2fea6c38b3..e618895157 100644 --- a/wcsmbs/wcsmbsload.c +++ b/wcsmbs/wcsmbsload.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. +/* Copyright (C) 1998,1999,2000,2001,2002,2004 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. @@ -179,7 +179,7 @@ __wcsmbs_load_conv (struct locale_data *new_category) /* Normalize the name and add the slashes necessary for a complete lookup. */ complete_name = norm_add_slashes (charset_name, - use_translit ? "TRANSLIT" : NULL); + use_translit ? "TRANSLIT" : ""); /* It is not necessary to use transliteration in this direction since the internal character set is supposed to be able to |