diff options
Diffstat (limited to 'src/server/BlockImpl.cpp')
-rw-r--r-- | src/server/BlockImpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/BlockImpl.cpp b/src/server/BlockImpl.cpp index 3d684e6c..ce6b169c 100644 --- a/src/server/BlockImpl.cpp +++ b/src/server/BlockImpl.cpp @@ -224,7 +224,7 @@ BlockImpl::process(ProcessContext& context) offset = chunk_end; subcontext.slice(offset, chunk_end - offset); } - + post_process(context); } |