Don't display multipart/parallel in parallel. Always serialize displaying.
[mmh] / uip / mhtest.c
index f6c14fb..164d390 100644 (file)
@@ -43,10 +43,6 @@ static struct swit switches[] = {
        { "version", 0 },
 #define HELPSW  11
        { "help", 0 },
-
-/*
-** switches for debugging
-*/
 #define DEBUGSW  12
        { "debug", -5 },
        { NULL, 0 }
@@ -103,7 +99,7 @@ void freects_done(int) NORETURN;
 ** static prototypes
 */
 static int write_content(CT *, char *);
-static RETSIGTYPE pipeser(int);
+static void pipeser(int);
 
 
 int
@@ -267,7 +263,7 @@ do_cache:
                        adios(NULL, "out of memory");
                ctp = cts;
 
-               if ((ct = parse_mime(file)));
+               if ((ct = parse_mime(file)))
                        *ctp++ = ct;
        } else {
                /*
@@ -374,7 +370,7 @@ write_content(CT *cts, char *outfile)
 }
 
 
-static RETSIGTYPE
+static void
 pipeser(int i)
 {
        if (i == SIGQUIT) {