From b2932d1877b8299a75e7a09c585ad4208132af03 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Tue, 20 Feb 2001 16:59:47 +0000 Subject: [PATCH] ICU-697 temporary fix for ucnv_fromUnicode/u_file_write X-SVN-Rev: 3684 --- icu4c/source/extra/ustdio/ustdio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/extra/ustdio/ustdio.c b/icu4c/source/extra/ustdio/ustdio.c index 97e343970fd..e5cae72b78f 100644 --- a/icu4c/source/extra/ustdio/ustdio.c +++ b/icu4c/source/extra/ustdio/ustdio.c @@ -78,7 +78,7 @@ u_file_write( const UChar *chars, &mySource, mySourceEnd, NULL, - (UBool)(feof(f->fFile) != 0), + FALSE, /* TODO: This must be true when we are closing the file */ &status); } else { /*weiv: do the invariant conversion */ u_UCharsToChars(mySource, myTarget, count);