mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Some compilation fixed, update README.md
This commit is contained in:
@ -268,7 +268,7 @@ PDFLexicalAnalyzer::Token PDFLexicalAnalyzer::fetch()
|
||||
int octalNumber = -1;
|
||||
if (fetchOctalNumber(3, &octalNumber))
|
||||
{
|
||||
string += static_cast<const char>(octalNumber);
|
||||
string += static_cast<char>(octalNumber);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user