Arun Prakash Jana 4年前
コミット
02754205a2
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: A75979F35C080412
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/nnn.c

+ 1
- 1
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))


読み込み中…
キャンセル
保存