X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/13f84dd50ca5754391dbd3296a5c7425f9363600..7afe9b7d7142e48c76dfac3992fdf91d3e5518ff:/uip/post.c diff --git a/uip/post.c b/uip/post.c index 1f706fe5..e3b6229d 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)