X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fpost.c;h=e3b6229dd0071946d346a5c8837f22da2dc69ae2;hb=d852091446f41b56c10a4163c9d00dd90eb2bc1b;hp=1f706fe53cadaa5ffeea667db9e7e1d585790ece;hpb=13f84dd50ca5754391dbd3296a5c7425f9363600;p=mmh diff --git a/uip/post.c b/uip/post.c index 1f706fe..e3b6229 100644 --- a/uip/post.c +++ b/uip/post.c @@ -639,7 +639,8 @@ main (int argc, char **argv) if (verbose) printf (partno ? "Partial Message #%s Processed\n" : "Message Processed\n", partno); - return done (0); + done (0); + return 1; } @@ -1288,7 +1289,7 @@ static int find_prefix (void) { int len, result; - char buffer[BUFSIZ]; + unsigned char buffer[BUFSIZ]; FILE *in; if ((in = fopen (tmpfil, "r")) == NULL)