diff options
author | Marc Laukien <marc@zeroc.com> | 2002-04-04 20:31:27 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-04-04 20:31:27 +0000 |
commit | 5b6023edf0ff272a03f17916b9d3762e8b0164a7 (patch) | |
tree | a1b647a9e300a563d01fdcff3af50189f796ec3e /cpp/src/IcePatch/NodeI.cpp | |
parent | more IcePatch stuff (diff) | |
download | ice-5b6023edf0ff272a03f17916b9d3762e8b0164a7.tar.bz2 ice-5b6023edf0ff272a03f17916b9d3762e8b0164a7.tar.xz ice-5b6023edf0ff272a03f17916b9d3762e8b0164a7.zip |
more IcePatch stuff
Diffstat (limited to 'cpp/src/IcePatch/NodeI.cpp')
-rw-r--r-- | cpp/src/IcePatch/NodeI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePatch/NodeI.cpp b/cpp/src/IcePatch/NodeI.cpp index 5f63925d5ef..575bb980e7e 100644 --- a/cpp/src/IcePatch/NodeI.cpp +++ b/cpp/src/IcePatch/NodeI.cpp @@ -84,5 +84,5 @@ IcePatch::FileI::describe(const Ice::Current& current) ByteSeq IcePatch::FileI::getBlock(Int n, const Ice::Current& current) { - return getBZ2(identityToPath(current.identity), n); + return getBlockBZ2(identityToPath(current.identity), n); } |