X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/785ab4c97f3f6cb10ea0cf1d54ac7e9a10579c28..edccf71caebd3979a2eef7993624ccc7dbf0691a:/uip/mhshow.c diff --git a/uip/mhshow.c b/uip/mhshow.c index c3e23c49..98cab9d1 100644 --- a/uip/mhshow.c +++ b/uip/mhshow.c @@ -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);