We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a50eddc commit 0f76dc5Copy full SHA for 0f76dc5
filetype/types/font.py
@@ -19,7 +19,7 @@ def __init__(self):
19
)
20
21
def match(self, buf):
22
- return (len(buf) > 3 and
+ return (len(buf) > 7 and
23
buf[0] == 0x77 and
24
buf[1] == 0x4F and
25
buf[2] == 0x46 and
0 commit comments