Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 94712 Details for
Bug 144532
dev-python/hachoir{,-parser}-0.6.0 (new packages)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
dev-python/hachoir/files/hachoir-0.5.0-amd64.patch
hachoir-0.5.0-amd64.patch (text/plain), 660 bytes, created by
TGL
on 2006-08-20 10:31:24 UTC
(
hide
)
Description:
dev-python/hachoir/files/hachoir-0.5.0-amd64.patch
Filename:
MIME Type:
Creator:
TGL
Created:
2006-08-20 10:31:24 UTC
Size:
660 bytes
patch
obsolete
>Index: hachoir/trunk/hachoir/bits.py >=================================================================== >--- hachoir/trunk/src/hachoir/bits.py (revision 690) >+++ hachoir/trunk/hachoir/bits.py (revision 727) >@@ -200,11 +200,11 @@ > > struct_format = { >- BIG_ENDIAN: {1: "B", 2: ">H", 4: ">L", 8: ">Q"}, >- LITTLE_ENDIAN: {1: "B", 2: "<H", 4: "<L", 8: "<Q"}, >+ BIG_ENDIAN: {1: "B", 2: ">H", 4: ">I", 8: ">Q"}, >+ LITTLE_ENDIAN: {1: "B", 2: "<H", 4: "<I", 8: "<Q"}, > } > > # Check types size > assert struct.calcsize("H") == 2 >-assert struct.calcsize("L") == 4 >+assert struct.calcsize("I") == 4 > assert struct.calcsize("Q") == 8 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 144532
:
94704
|
94712
|
94713
|
94725
|
94786
|
94958
|
100961
|
100962
|
101717
|
116296
|
116297
|
124761