[dev-lang/python] Fix typo in patch
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
# Check for GNU dbm
|
||||
- if magic == 0x13579ace:
|
||||
+ if magic == (0x13579ace, 0x13579acd, 0x13579acf):
|
||||
+ if magic in (0x13579ace, 0x13579acd, 0x13579acf):
|
||||
return "gdbm"
|
||||
|
||||
# Check for old Berkeley db hash file format v2
|
||||
|
||||
Reference in New Issue
Block a user