Fix the layout2layout script

It was not correctly updated at dab71087, ad18c194, and 6998e764.
This commit is contained in:
Enrico Forestieri 2020-09-28 22:29:28 +02:00
parent ad475adfd3
commit 77f9858388

View File

@ -538,6 +538,11 @@ def convert(lines, end_format):
i += 1
continue
if 82 <= format <= 84:
# nothing to do.
i += 1
continue
if format == 81:
match = re.compile(b'^(\\s*Header\\s+)("?\\w+"?)', re.IGNORECASE).match(lines[i])
if match: