X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=zpm-hash.c;h=46c99d28399b5b352deef7c15d532ac99c82e26b;hb=4b448fbc77510c589cc7f367c05bef63acc07858;hp=1607a61d7210eefe2eeba2a0669255f1608f3e6b;hpb=0d5967740e5649932dfc80967be09dc401dfaea5;p=zpackage diff --git a/zpm-hash.c b/zpm-hash.c index 1607a61..46c99d2 100644 --- a/zpm-hash.c +++ b/zpm-hash.c @@ -1,5 +1,7 @@ #include #include +#include + #include "zpm.h" #include "sha256.h" @@ -43,5 +45,5 @@ int main(int ac, char **av){ printf("%s\n", hash); } - return rv; + return !rv; }