From: Arun Prakash Jana Date: Sun, 15 Jan 2023 18:48:41 +0000 (+0530) Subject: Revert "Make CI happy" X-Git-Tag: v4.8~34 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=f9295780ef95e8b17fcc62b6b5f6d3db60de1e5f;p=nnn.git Revert "Make CI happy" This reverts commit 8a1e32d9eb191db2f1b75fda6f15bf6625ecd3fa. --- diff --git a/src/nnn.c b/src/nnn.c index 4b2d0a3d..78cf611c 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -4511,9 +4511,7 @@ static bool get_output(char *file, char *arg1, char *arg2, int fdout, bool page) unlink(g_tmpfpath); return TRUE; - } - - if (have_file) + } else if (have_file) // Case 3 return TRUE;