1
1
mirror of https://github.com/jarun/nnn.git synced 2024-08-16 08:20:34 +03: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;