Fix compilation error when FIFO is disabled

This commit is contained in:
Arun Prakash Jana 2021-06-19 21:04:21 +05:30
parent b626cfa00f
commit c0ed6d1d04
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 2 additions and 2 deletions

View File

@ -6419,12 +6419,12 @@ nochange:
printwait(messages[MSG_UNSUPPORTED], &presel);
goto nochange;
}
#ifndef NOFIFO
if (g_state.explorer && sel == SEL_OPEN) {
notify_fifo(TRUE, TRUE);
goto nochange;
}
#endif
/* If opened as vim plugin and Enter/^M pressed, pick */
if (g_state.picker && sel == SEL_OPEN) {
appendfpath(newpath, mkpath(path, pent->name, newpath));