]> git.marmaro.de Git - mmh/blobdiff - uip/mhshowsbr.c
No longer check for the mkstemp() function in the mkstemp library.
[mmh] / uip / mhshowsbr.c
index 9f69c54da73afab625cc344590c95f4d0f7097cf..3e730cec5d8d22f1383e26fe1390d486bedd3319 100644 (file)
@@ -700,7 +700,7 @@ show_multi_internal(CT ct, int serial, int alternate)
        for (part = m->mp_parts; part; part = part->mp_next) {
                p = part->mp_part;
 
-               if (part_ok(p, 0) && type_ok(p, 0)) {
+               if (part_ok(p, 1) && type_ok(p, 1)) {
                        int inneresult;
 
                        inneresult = show_switch(p, nowserial, nowalternate);