mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-2528 Fix for iSeries
X-SVN-Rev: 10503
This commit is contained in:
parent
cf99986b75
commit
cdef00cec3
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue