commit | ff450f7512900eb883576109b53f0aa3ebc76a0a | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Sat Jul 10 19:09:20 2004 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Sat Jul 10 19:09:20 2004 +0000 |
tree | 2387b44b4e6d9b9bee18d6c322493259b0fcf2ef | |
parent | 64ed298d7add0fb12060bf653915538760d53592 [diff] |
Make struct formats for specifying file size to be unsigned instead of signed (ZIP file spec. says in section K, "General notes" in point 1 that unless specified otherwise values are unsigned and they are not specified as signed in the spec). Closes bug #679953. Thanks Jimmy Burgett.