]> git.draconx.ca Git - upkg.git/commit
Simplify libupkg package header decoding.
authorNick Bowler <nbowler@draconx.ca>
Sun, 27 Feb 2022 20:10:40 +0000 (15:10 -0500)
committerNick Bowler <nbowler@draconx.ca>
Sun, 27 Feb 2022 20:17:43 +0000 (15:17 -0500)
commit7a7477c44a497ed04c9b677488bc42bce90b0831
treea2f27004fff50b7e194d809a2fc98619e90f19b0
parent45969066e2f26f8b28787560c0b70d1c119982d7
Simplify libupkg package header decoding.

Not only is this way a bit more readable than the older version, it
also avoids tripping over a designated initializer bug in HP-UX cc.
src/libupkg.c