Revert "[subset] Minor; towards refactoring"

This reverts commit 2348522167838132c06b0eecbce9c77e2ca07d02.
This commit is contained in:
Behdad Esfahbod 2017-02-14 23:52:38 -08:00
parent 684cdeef41
commit 32f2d6c3e8

View File

@ -2079,7 +2079,7 @@ class _DehintingT2Decompiler(psCharStrings.T2WidthExtractor):
if hints.status != 2: if hints.status != 2:
hints.has_hint = True hints.has_hint = True
hints.last_checked = index hints.last_checked = index
hints.status = max(hints.status, subr_hints.status) hints.status = subr_hints.status
# Decide where to chop off from # Decide where to chop off from
if subr_hints.status == 0: if subr_hints.status == 0:
hints.last_hint = index hints.last_hint = index