summaryrefslogtreecommitdiff
path: root/cpp/src/IcePatch/NodeI.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-04-04 20:31:27 +0000
committerMarc Laukien <marc@zeroc.com>2002-04-04 20:31:27 +0000
commit5b6023edf0ff272a03f17916b9d3762e8b0164a7 (patch)
treea1b647a9e300a563d01fdcff3af50189f796ec3e /cpp/src/IcePatch/NodeI.cpp
parentmore IcePatch stuff (diff)
downloadice-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.cpp2
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);
}