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