]> diplodocus.org Git - nmh/blobdiff - uip/sendsbr.c
Removed temporary probes added in commit
[nmh] / uip / sendsbr.c
index 1088d3169a5b50f8fb728d83fc085f55b30cbd5c..ecaf392846257425ed101a5ca1b25d414ee2ef82 100644 (file)
@@ -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:
        /*