]> diplodocus.org Git - nmh/blobdiff - uip/mhshow.c
Document and distribute mhshow.marker
[nmh] / uip / mhshow.c
index c3e23c492d02738cc0f5856b1a529cdffa9c6f3c..96b99b794787de5e379cb333826cfe35bbd068dd 100644 (file)
@@ -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);