From: KlzXS Date: Sat, 14 Jan 2023 22:18:22 +0000 (+0100) Subject: Make CI happy X-Git-Tag: v4.8~38^2~1 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=8a1e32d9eb191db2f1b75fda6f15bf6625ecd3fa;p=nnn.git Make CI happy --- diff --git a/src/nnn.c b/src/nnn.c index 78cf611c..4b2d0a3d 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -4511,7 +4511,9 @@ static bool get_output(char *file, char *arg1, char *arg2, int fdout, bool page) unlink(g_tmpfpath); return TRUE; - } else if (have_file) + } + + if (have_file) // Case 3 return TRUE;