[merge] Add Ouch!

This commit is contained in:
Behdad Esfahbod 2024-05-16 17:41:29 -07:00
parent 53e141fc41
commit f2006eb54f

View File

@ -294,6 +294,8 @@ def merge(self, m, tables):
extractor.execute(c)
width = extractor.width
if width is not defaultWidthXToken:
# The following will be wrong if the width is added
# by a subroutine. Ouch!
c.program.pop(0)
else:
width = defaultWidthX