summaryrefslogtreecommitdiff
path: root/intl/l10nflist.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-06-18 19:55:01 +0000
committerUlrich Drepper <drepper@redhat.com>1998-06-18 19:55:01 +0000
commit8cb569b756c19125593e556efa7c380203ff3787 (patch)
tree038cf95509293fc07986522a591eda03bd1b625d /intl/l10nflist.c
parent3f121ed386d60de3bdf1dd054ba742b4ae17e7a1 (diff)
Update.
1998-06-18 19:49 Ulrich Drepper <drepper@cygnus.com> * intl/dcgettext.c: use complete type name. * intl/hash-string.h: Likewise. * intl/localealias.c: Undo patch from 1998-04-29. * intl/l10nflist.c: Likewise. * intl/loadinfo.h: Likewise.
Diffstat (limited to 'intl/l10nflist.c')
-rw-r--r--intl/l10nflist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/intl/l10nflist.c b/intl/l10nflist.c
index bd12a0a955..b205b96c43 100644
--- a/intl/l10nflist.c
+++ b/intl/l10nflist.c
@@ -355,7 +355,7 @@ _nl_make_l10nflist (l10nfile_list, dirlist, dirlist_len, mask, language,
names. */
const char *
_nl_normalize_codeset (codeset, name_len)
- const unsigned char *codeset;
+ const char *codeset;
size_t name_len;
{
int len = 0;