Fixed `mhbuild -check': use the correct file.
authormarkus schnalke <meillo@marmaro.de>
Tue, 27 Mar 2012 12:20:24 +0000 (14:20 +0200)
committermarkus schnalke <meillo@marmaro.de>
Tue, 27 Mar 2012 12:20:24 +0000 (14:20 +0200)
commit651d89ca77b0c62dec629b029ef8e25d0df1d4cb
tree38a985093d02db2d448093d74c43584f4c899ab3
parent8051c625ea98a42e6f8f0b4276babeeae49b339f
Fixed `mhbuild -check': use the correct file.
mhbuild -check would always fail because it tried to build the digest
for the decoded contents file (cefile), which can be null. If it is, use
the contents file itself.

Pulled in from nmh. Thanks to David Levine.
uip/mhbuild.c