aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/BitStream.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/BitStream.cc')
-rw-r--r--libqpdf/BitStream.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libqpdf/BitStream.cc b/libqpdf/BitStream.cc
index 703ce8f2..eb511f72 100644
--- a/libqpdf/BitStream.cc
+++ b/libqpdf/BitStream.cc
@@ -19,7 +19,7 @@ BitStream::reset()
bits_available = 8 * nbytes;
}
-unsigned long
+unsigned long long
BitStream::getBits(int nbits)
{
return read_bits(this->p, this->bit_offset,