diff options
Diffstat (limited to 'startmode.c')
-rw-r--r-- | startmode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/startmode.c b/startmode.c index f77611b..1711d1c 100644 --- a/startmode.c +++ b/startmode.c @@ -113,8 +113,6 @@ int startmode(char filename[]) { call_singles(single, focus, filename); break; case _MULTIPLE: - //fprintf(stdout, "multiple\n"); - //fprintf(stdout, "%s", multiple); switch(multiple[0]) { case 'l': case 'L': @@ -137,6 +135,8 @@ int startmode(char filename[]) { free(multiple); break; case _FAIL: + extern int clfstdin_doubleprint; + if (clfstdin_doubleprint == 0) { break ;} fprintf(stdout, "?\n"); break; case _RETURN: // if user just preses 'return' button |