Better reporting of map header starts.

This commit is contained in:
Eric S. Raymond 2008-03-15 06:56:37 +00:00
parent 76ced7770e
commit 1b94e8f035

View file

@ -1688,7 +1688,7 @@ def translator(filename, mapxforms, textxform, versions):
maptype = "map"
elif "mask" in line:
maptype = "mask"
baseline = 0
baseline = lineno
cont = True
if verbose >= 3:
print "*** Entering map mode."