progs/hashsum.c (checkhash): Fix stupid bugs.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 5 Jul 2014 01:09:05 +0000 (02:09 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 5 Jul 2014 01:13:37 +0000 (02:13 +0100)
commit24e2740222dcebd76c8c5340298d4dbf7660c935
tree4f086aa4aa4e3e49fb5d7e5a14dcce5b073571eb
parenta5591f917bd97e7b0874ee0f1fb158681382ae3e
progs/hashsum.c (checkhash): Fix stupid bugs.

  * Initialize the return code.  Not sure why this didn't get a warning.

  * Pick up changes of hash function properly.
progs/hashsum.c