mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-03-16 11:20:08 +01:00
Issue #49: Document read error
This commit is contained in:
parent
779da4326c
commit
5d8a2428eb
@ -270,10 +270,10 @@ PDFLexicalAnalyzer::Token PDFLexicalAnalyzer::fetch()
|
||||
{
|
||||
string += static_cast<char>(octalNumber);
|
||||
}
|
||||
else
|
||||
{
|
||||
error(tr("Expected octal number with 1-3 digits."));
|
||||
}
|
||||
|
||||
// If it is not an octal number, then we silently ignore it.
|
||||
// Documentation states that we should ignore the backslash
|
||||
// character if it has other form than above.
|
||||
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user