Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ private boolean decodeCharString() throws IOException {
// There are files with wrong charstring amount specified. Actual
// amount can be determined from "end" keyword.
if (getToken().type == Token.Type.TT_KEYWORD && "end".equals(getToken().getValue())) {
LOGGER.log(Level.WARNING, getErrorMessage("Error in parsing private data in Type 1 font: incorrect amount of charstings specified"));
LOGGER.log(Level.WARNING, getErrorMessage("Error in parsing private data in Type 1 font: incorrect amount of charstrings specified"));
return false;
} else {
throw e;
Expand Down
Loading