aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/nnn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nnn.c b/src/nnn.c
index c99af5a..cdb8590 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -4232,7 +4232,7 @@ static void launch_app(const char *path, char *newpath)
}
if (tmp && *tmp) // NOLINT
- spawn(tmp, "0", NULL, path, r);
+ spawn(tmp, (r == F_NORMAL) ? "0" : NULL, NULL, path, r);
}
static int sum_bsize(const char *UNUSED(fpath), const struct stat *sb, int typeflag, struct FTW *UNUSED(ftwbuf))