]> git.marmaro.de Git - mmh/commitdiff
The result from the call to parse_mime() was ignored.
authormarkus schnalke <meillo@marmaro.de>
Mon, 26 Mar 2012 22:22:33 +0000 (00:22 +0200)
committermarkus schnalke <meillo@marmaro.de>
Mon, 26 Mar 2012 22:22:33 +0000 (00:22 +0200)
Detected by `gcc -Wempty-body'. It has been that way since the beginning
of history and was probably of no consequence, but fixed anyway.

Merged from nmh. Thanks to David Levine.

uip/mhlist.c
uip/mhshow.c
uip/mhstore.c
uip/mhtest.c

index a06a6787d31fb41d1b9c715fd6adffade015ffd4..fc8b751c5fb20d5a7697c40dff77bd32c7fd59fb 100644 (file)
@@ -275,7 +275,7 @@ do_cache:
                        adios(NULL, "out of memory");
                ctp = cts;
 
-               if ((ct = parse_mime(file)));
+               if ((ct = parse_mime(file)))
                        *ctp++ = ct;
        } else {
                /*
index 6d91e596ce9640a28bf3f6d8aae0cbc9a98d5704..ebbd8ec80b0d1d6438adc65050b13c30754fba3a 100644 (file)
@@ -299,7 +299,7 @@ do_cache:
                        adios(NULL, "out of memory");
                ctp = cts;
 
-               if ((ct = parse_mime(file)));
+               if ((ct = parse_mime(file)))
                        *ctp++ = ct;
        } else {
                /*
index 1c4cee641d2d544d879a14b84df06163839dfd72..377e8dc7b72ce45478e981f83a8ca748b6f844fc 100644 (file)
@@ -331,7 +331,7 @@ do_cache:
                        adios(NULL, "out of memory");
                ctp = cts;
 
-               if ((ct = parse_mime(file)));
+               if ((ct = parse_mime(file)))
                        *ctp++ = ct;
        } else {
                /*
index f6c14fbd671094eda2ff4491268bec908f803b03..dc3812679dea1198c096a1d3d94eed02fdd8b08d 100644 (file)
@@ -267,7 +267,7 @@ do_cache:
                        adios(NULL, "out of memory");
                ctp = cts;
 
-               if ((ct = parse_mime(file)));
+               if ((ct = parse_mime(file)))
                        *ctp++ = ct;
        } else {
                /*