mirror of
https://github.com/holub/mame
synced 2025-07-02 16:49:22 +03:00
oops (nw)
This commit is contained in:
parent
1f6688b967
commit
4a47aa234e
@ -224,7 +224,7 @@ def make(filename, outfile):
|
|||||||
if(hdrno > lno):
|
if(hdrno > lno):
|
||||||
p = HeaderParser()
|
p = HeaderParser()
|
||||||
charset = p.parsestr(header).get_content_charset()
|
charset = p.parsestr(header).get_content_charset()
|
||||||
header_attempted = 1
|
header_attempted = True
|
||||||
if charset:
|
if charset:
|
||||||
encoding = charset
|
encoding = charset
|
||||||
if is_plural:
|
if is_plural:
|
||||||
|
Loading…
Reference in New Issue
Block a user