mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
JBIG2 - bugfixing
This commit is contained in:
@ -112,6 +112,11 @@ void PDFBitReader::alignToBytes()
|
||||
if (remainder > 0)
|
||||
{
|
||||
read(remainder);
|
||||
|
||||
if (m_bitsInBuffer == 0)
|
||||
{
|
||||
m_buffer = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user