diff options
author | Mark Spruiell <mes@zeroc.com> | 2002-10-24 17:18:29 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2002-10-24 17:18:29 +0000 |
commit | c825c9684a7277259b8762ce6d7b0ae604825058 (patch) | |
tree | 518a4f732d6249171b3cb2ebab9853c08a781e33 /cpp/src/IcePatch/ClientUtil.cpp | |
parent | Back out change that prevented proxy to be generated for class without (diff) | |
download | ice-c825c9684a7277259b8762ce6d7b0ae604825058.tar.bz2 ice-c825c9684a7277259b8762ce6d7b0ae604825058.tar.xz ice-c825c9684a7277259b8762ce6d7b0ae604825058.zip |
gcc 3.2 changes
Diffstat (limited to 'cpp/src/IcePatch/ClientUtil.cpp')
-rw-r--r-- | cpp/src/IcePatch/ClientUtil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePatch/ClientUtil.cpp b/cpp/src/IcePatch/ClientUtil.cpp index 85d92b7ad91..5bb7def6999 100644 --- a/cpp/src/IcePatch/ClientUtil.cpp +++ b/cpp/src/IcePatch/ClientUtil.cpp @@ -84,7 +84,7 @@ IcePatch::getRegular(const RegularPrx& regular, ProgressCB& progressCB) // progressCB.startDownload(totalBZ2, posBZ2); - ofstream fileBZ2(pathBZ2.c_str(), ios::binary | (posBZ2 ? ios::app : 0)); + ofstream fileBZ2(pathBZ2.c_str(), ios::binary | (posBZ2 ? ios::app : ios::openmode(0))); if(!fileBZ2) { FileAccessException ex; |