Fixed a stupid bug in the hinting code.

bzr-import-20160707
Fabio Tranchitella 19 years ago
parent e9afdfb2e0
commit e6d3628aef

@ -2342,7 +2342,7 @@ class Britney:
self.output_write(self.eval_uninst(self.newlyuninst(nuninst_start, nuninst_end)) + "\n")
self.output_write("SUCCESS (%d/%d)\n" % (len(actions or self.upgrade_me), len(extra)))
self.nuninst_orig = nuninst_end
if not actions:
if not actions and not earlyabort:
self.upgrade_me = sorted(extra)
if not self.options.compatible:
self.sort_actions()

Loading…
Cancel
Save