]> diplodocus.org Git - nmh/blobdiff - uip/mhshow.c
no-op to force check the buildbots.
[nmh] / uip / mhshow.c
index c3e23c492d02738cc0f5856b1a529cdffa9c6f3c..98cab9d148f44720b470e1940c885034dbc8bf52 100644 (file)
@@ -182,7 +182,7 @@ do_cache:
                inlineonly = 1;
                continue;
            case NINLINESW:
-               inlineonly = 1;
+               inlineonly = 0;
                continue;
 
            case PARTSW:
@@ -406,7 +406,7 @@ do_cache:
        context_save ();                  /* save the context file  */
     }
 
-    if (concat)
+    if (concatsw)
        m_popen(moreproc, 0);
 
     /*
@@ -421,7 +421,7 @@ do_cache:
     free ((char *) cts);
     cts = NULL;
 
-    if (concat)
+    if (concatsw)
        m_pclose();
 
     done (0);