summaryrefslogtreecommitdiff
path: root/cpp/src/IcePatch/ClientUtil.cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2002-10-24 17:18:29 +0000
committerMark Spruiell <mes@zeroc.com>2002-10-24 17:18:29 +0000
commitc825c9684a7277259b8762ce6d7b0ae604825058 (patch)
tree518a4f732d6249171b3cb2ebab9853c08a781e33 /cpp/src/IcePatch/ClientUtil.cpp
parentBack out change that prevented proxy to be generated for class without (diff)
downloadice-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.cpp2
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;