From: Ulrich Drepper Date: Mon, 8 Nov 1999 23:45:24 +0000 (+0000) Subject: (_nl_normalize_codeset): Update comment to reflect memory allocation. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c15ddebb76a9e07873c611446ba16e957c1e33ca;p=thirdparty%2Fglibc.git (_nl_normalize_codeset): Update comment to reflect memory allocation. --- 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;