From cdef00cec3fd58ad708132ce8a110337239b6ba0 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Thu, 5 Dec 2002 19:16:41 +0000 Subject: [PATCH] ICU-2528 Fix for iSeries X-SVN-Rev: 10503 --- icu4c/source/test/cintltst/crestst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/test/cintltst/crestst.c b/icu4c/source/test/cintltst/crestst.c index 6d21a118115..df6b7c16c42 100644 --- a/icu4c/source/test/cintltst/crestst.c +++ b/icu4c/source/test/cintltst/crestst.c @@ -633,7 +633,7 @@ static void TestFileStream(void){ stream=NULL; uprv_strcpy(fileName,testdatapath); uprv_strcat(fileName,".tmp"); - stream = T_FileStream_open(fileName,"w+r"); + stream = T_FileStream_open(fileName,"w+"); if(stream == NULL){ log_data_err("Could not open %s for writing\n",fileName);