ソースを参照

Use more sensible msg

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

+ 2
- 4
src/nnn.c ファイルの表示

@@ -3762,8 +3762,7 @@ static void find_accessible_parent(char *path, char *newpath, char *lastname, in
}

xstrlcpy(path, dir, PATH_MAX);

printmsg(messages[MSG_ACCESS]);
printwarn(NULL);
xdelay(XDELAY_INTERVAL_MS);
}

@@ -5387,8 +5386,7 @@ nochange:
goto nochange;
}

cdprep(lastdir, lastname, path, newpath)
? (presel = FILTER) : (watch = TRUE);
cdprep(lastdir, lastname, path, newpath) ? (presel = FILTER) : (watch = TRUE);
goto begin;
case S_IFREG:
{


||||||
x
 
000:0
読み込み中…
キャンセル
保存