commit | 6c1074888e147c11ac0175e97594daa4f0625844 | [log] [tgz] |
---|---|---|
author | Ronald Oussoren <ronaldoussoren@mac.com> | Mon Apr 17 13:40:08 2006 +0000 |
committer | Ronald Oussoren <ronaldoussoren@mac.com> | Mon Apr 17 13:40:08 2006 +0000 |
tree | 6353ef17fa9f6da7a71f1cd752bf2871bb1e1078 | |
parent | 749d070e93f0052bc9540c163d465a6c00eed4ed [diff] [blame] |
This patches fixes a number of byteorder problems in MacOSX specific code.
diff --git a/Lib/plat-mac/applesingle.py b/Lib/plat-mac/applesingle.py index b035d9e..76bdb06 100644 --- a/Lib/plat-mac/applesingle.py +++ b/Lib/plat-mac/applesingle.py
@@ -25,7 +25,7 @@ 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