X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhl.c;h=b1410ad1a4fad201d2e4f1c508cc70ad67d19138;hp=017d2f787ed22fed0a576b730272b7dc60af91f7;hb=b7764c4a6b71d37918a97594d866258f154017ca;hpb=39e87a75b5c2d3572ec72e717720b44af291e88a diff --git a/uip/mhl.c b/uip/mhl.c index 017d2f7..b1410ad 100644 --- a/uip/mhl.c +++ b/uip/mhl.c @@ -269,7 +269,6 @@ void clear_screen(void); /* from termsbr.c */ int SOprintf(char *, ...); /* from termsbr.c */ int sc_width(void); /* from termsbr.c */ int sc_length(void); /* from termsbr.c */ -int sc_hardcopy(void); /* from termsbr.c */ int @@ -410,7 +409,7 @@ main(int argc, char **argv) folder = getenv("mhfolder"); if (isatty(fileno(stdout))) { - if (!sc_hardcopy() && moreproc && *moreproc != '\0') { + if (moreproc && *moreproc) { if (mhl_action) { SIGNAL(SIGINT, SIG_IGN); SIGNAL2(SIGQUIT, quitser);