From db4bf0d726e42186fb706edd63bad061794c3f06 Mon Sep 17 00:00:00 2001 From: Michael Ow Date: Thu, 31 Jan 2013 16:56:54 +0000 Subject: [PATCH] ICU-9899 Update description for u_fgetfile and u_fgetConverter X-SVN-Rev: 33102 --- icu4c/source/io/unicode/ustdio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icu4c/source/io/unicode/ustdio.h b/icu4c/source/io/unicode/ustdio.h index b220198a106..01232ba4e3f 100644 --- a/icu4c/source/io/unicode/ustdio.h +++ b/icu4c/source/io/unicode/ustdio.h @@ -365,7 +365,7 @@ u_frewind(UFILE *file); /** * Get the FILE* associated with a UFILE. * @param f The UFILE - * @return A FILE*, owned by the UFILE. The FILE must not be closed. + * @return A FILE*, owned by the UFILE. (The FILE must not be modified or closed) * @stable ICU 3.0 */ U_STABLE FILE* U_EXPORT2 @@ -433,7 +433,7 @@ u_fsetcodepage(const char *codepage, /** * Returns an alias to the converter being used for this file. * @param f The UFILE to get the value from - * @return alias to the converter + * @return alias to the converter (The converter must not be modified or closed) * @stable ICU 3.0 */ U_STABLE UConverter* U_EXPORT2 u_fgetConverter(UFILE *f);