This commit is contained in:
Arun Prakash Jana 2020-03-11 21:59:34 +05:30
parent f527dd1c6a
commit 02754205a2
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions

View File

@ -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))