Kaydet (Commit) 397c3fb4 authored tarafından Jack Jansen's avatar Jack Jansen

Added BINA to unknown filetypes (what mw uses)

üst 32b2f822
......@@ -63,7 +63,7 @@ def main():
for filename in sys.argv[1:]:
process(template, filename)
undefs = ('????', ' ', '\0\0\0\0')
undefs = ('????', ' ', '\0\0\0\0', 'BINA')
def process(template, filename):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment