]> Sergey Matveev's repositories - nnn.git/commitdiff
Make CI happy
authorKlzXS <klzx+github@klzx.cf>
Sat, 14 Jan 2023 22:18:22 +0000 (23:18 +0100)
committerKlzXS <klzx+github@klzx.cf>
Sat, 14 Jan 2023 22:18:22 +0000 (23:18 +0100)
src/nnn.c

index 78cf611c83e46c7852886ad13f994424d523a596..4b2d0a3d659fff1622329daea787abc7681e897f 100644 (file)
--- 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;