1
0
Fork 0
mirror of https://github.com/jarun/nnn.git synced 2025-03-26 00:04:11 +00:00

Revert "Make CI happy"

This reverts commit 8a1e32d9eb.
This commit is contained in:
Arun Prakash Jana 2023-01-16 00:18:41 +05:30
parent cac5b9ba33
commit f9295780ef

View file

@ -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;