From: Arun Prakash Jana Date: Sat, 1 Dec 2018 01:53:29 +0000 (+0530) Subject: No need to initialize sel X-Git-Tag: v2.2~86 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=08bd6f1bcb740090d27b03926f885ae872d681e5;p=nnn.git No need to initialize sel --- diff --git a/src/nnn.c b/src/nnn.c index 147a3546..8a4c3f36 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -2538,7 +2538,7 @@ static void browse(char *ipath) char *dir, *tmp, *run = NULL, *env = NULL; struct stat sb; int r, fd, presel, ncp = 0, copystartid = 0, copyendid = 0; - enum action sel = SEL_RUNARG + 1; + enum action sel; bool dir_changed = FALSE; /* setup first context */