aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nnn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nnn.c b/nnn.c
index 971743b..99b5414 100644
--- a/nnn.c
+++ b/nnn.c
@@ -2084,7 +2084,7 @@ browse(char *ipath, char *ifilter)
{
static char path[PATH_MAX], oldpath[PATH_MAX], newpath[PATH_MAX], lastdir[PATH_MAX], mark[PATH_MAX];
static char fltr[LINE_MAX];
- char *dir, *tmp, *run, *env, *dstdir = NULL;
+ char *dir, *tmp, *run = NULL, *env = NULL, *dstdir = NULL;
struct stat sb;
int r, fd, presel;
enum action sel = SEL_RUNARG + 1;