gzip: Use 0x%04x instead of %x when printing 16-bit checksums
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 15 Aug 2010 22:50:12 +0000 (15:50 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 15 Aug 2010 22:50:29 +0000 (15:50 -0700)
commit744b66353096552f6a23a95bff7b088af24ac555
tree55931af3c89c05831bd754f564936cbd2282c98b
parent1cd3c342ca9571c8073607e16415f02fc4a09577
gzip: Use 0x%04x instead of %x when printing 16-bit checksums

* gzip.c (get_method): Use 0x%04x, not %x, to print 16-bit checksums.
Inspired by a suggestion of Greg Roelofs in
http://lists.gnu.org/archive/html/bug-gzip/2010-08/msg00004.html
gzip.c