diff options
author | 2016-03-26 09:02:25 -0400 | |
---|---|---|
committer | 2016-03-26 09:02:41 -0400 | |
commit | 4a47aa234ea33770c34336c22935771069ceb7df (patch) | |
tree | 6fd15c733e83d2e6475e5751748232f32f8d9612 /scripts/build/msgfmt.py | |
parent | 1f6688b967aaac0a674a1c33512db1455ea6e712 (diff) |
oops (nw)
Diffstat (limited to 'scripts/build/msgfmt.py')
-rw-r--r-- | scripts/build/msgfmt.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/msgfmt.py b/scripts/build/msgfmt.py index 7b804504f05..088d905ef9a 100644 --- a/scripts/build/msgfmt.py +++ b/scripts/build/msgfmt.py @@ -224,7 +224,7 @@ def make(filename, outfile): if(hdrno > lno): p = HeaderParser() charset = p.parsestr(header).get_content_charset() - header_attempted = 1 + header_attempted = True if charset: encoding = charset if is_plural: |