summaryrefslogtreecommitdiff
path: root/cpp/src/IcePatch/NodeI.cpp
diff options
context:
space:
mode:
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);
}