From c15ddebb76a9e07873c611446ba16e957c1e33ca Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 8 Nov 1999 23:45:24 +0000 Subject: [PATCH] (_nl_normalize_codeset): Update comment to reflect memory allocation. --- intl/l10nflist.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/intl/l10nflist.c b/intl/l10nflist.c index 5edba3a4d89..871b42814e0 100644 --- a/intl/l10nflist.c +++ b/intl/l10nflist.c @@ -352,7 +352,8 @@ _nl_make_l10nflist (l10nfile_list, dirlist, dirlist_len, mask, language, /* Normalize codeset name. There is no standard for the codeset names. Normalization allows the user to use any of the common - names. */ + names. The return value is dynamically allocated and has to be + freed by the caller. */ const char * _nl_normalize_codeset (codeset, name_len) const char *codeset; -- 2.47.2