summaryrefslogtreecommitdiff
path: root/Lib/plat-mac/applesingle.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/plat-mac/applesingle.py')
-rw-r--r--Lib/plat-mac/applesingle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/plat-mac/applesingle.py b/Lib/plat-mac/applesingle.py
index b035d9eb1d..76bdb0691c 100644
--- a/Lib/plat-mac/applesingle.py
+++ b/Lib/plat-mac/applesingle.py
@@ -25,7 +25,7 @@ class Error(ValueError):
pass
# File header format: magic, version, unused, number of entries
-AS_HEADER_FORMAT=">ll16sh"
+AS_HEADER_FORMAT=">LL16sh"
AS_HEADER_LENGTH=26
# The flag words for AppleSingle
AS_MAGIC=0x00051600