From: Arun Prakash Jana Date: Sat, 19 Jun 2021 15:34:21 +0000 (+0530) Subject: Fix compilation error when FIFO is disabled X-Git-Tag: v4.2~66 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=c0ed6d1d04a49147742aabc17788c7b9a09fe8d6;p=nnn.git Fix compilation error when FIFO is disabled --- diff --git a/src/nnn.c b/src/nnn.c index a8af1736..f236a666 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -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));