fix wrong constant

This commit is contained in:
Maximilian Keßler 2022-02-17 20:52:56 +01:00
parent adb168d453
commit e1a663e301

View file

@ -51,7 +51,7 @@ INS_FILE = [
r'\endpostamble', r'\endpostamble',
r'\askforoverwritefalse', r'\askforoverwritefalse',
r''',''' r''','''
r'\generate{{\file{{{{outfile}}}{{\from{{{infile}}}{{{guards}}}}}}}', r'\generate{{\file{{{outfile}}}{{\from{{{infile}}}{{{guards}}}}}}}',
r''',''' r''','''
r'\def\tmpa{{plain}}', r'\def\tmpa{{plain}}',
r'\ifx\tmpa\fmtname\endgroup\expandafter\bye\fi', r'\ifx\tmpa\fmtname\endgroup\expandafter\bye\fi',