aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/Pl_Count.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/Pl_Count.cc')
-rw-r--r--libqpdf/Pl_Count.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/libqpdf/Pl_Count.cc b/libqpdf/Pl_Count.cc
index b245866c..65fd9e3f 100644
--- a/libqpdf/Pl_Count.cc
+++ b/libqpdf/Pl_Count.cc
@@ -27,9 +27,9 @@ Pl_Count::write(unsigned char* buf, size_t len)
{
if (len)
{
- this->m->count += QIntC::to_offset(len);
- this->m->last_char = buf[len - 1];
- getNext()->write(buf, len);
+ this->m->count += QIntC::to_offset(len);
+ this->m->last_char = buf[len - 1];
+ getNext()->write(buf, len);
}
}