X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/23dde40d04b6cd6c8e6b266678df12dece44f7ee..9389882b87260b964150ae7aa1949dcdbc2ef421:/uip/sendsbr.c diff --git a/uip/sendsbr.c b/uip/sendsbr.c index 1088d316..ecaf3928 100644 --- a/uip/sendsbr.c +++ b/uip/sendsbr.c @@ -418,7 +418,7 @@ make_mime_composition_file_entry(char *file_name, int attachformat, { int binary; /* binary character found flag */ int c; /* current character */ - char cmd[PATH_MAX + 6]; /* file command buffer */ + char cmd[PATH_MAX + 8]; /* file command buffer */ char *content_type; /* mime content type */ FILE *fp; /* content and pipe file pointer */ struct node *np; /* context scan node pointer */ @@ -876,7 +876,6 @@ sendaux (char **vec, int vecp, char *program, char *drft, struct stat *st) fprintf (stderr, "unable to exec "); perror (postproc); _exit (-1); - break; /* NOT REACHED */ default: /*