diff options
Diffstat (limited to 'cpp/src/IcePatch/NodeI.cpp')
-rw-r--r-- | cpp/src/IcePatch/NodeI.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IcePatch/NodeI.cpp b/cpp/src/IcePatch/NodeI.cpp index 575bb980e7e..abbc06b0cd4 100644 --- a/cpp/src/IcePatch/NodeI.cpp +++ b/cpp/src/IcePatch/NodeI.cpp @@ -82,7 +82,7 @@ IcePatch::FileI::describe(const Ice::Current& current) } ByteSeq -IcePatch::FileI::getBlock(Int n, const Ice::Current& current) +IcePatch::FileI::getBytesBZ2(Ice::Int pos, Ice::Int num, const Ice::Current& current) { - return getBlockBZ2(identityToPath(current.identity), n); + return IcePatch::getBytesBZ2(identityToPath(current.identity), pos, num); } |