ソースを参照

Fix regression

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

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

@@ -2549,7 +2549,7 @@ static void populate(char *path, char *lastname)
if (!*lastname)
cur = 0;
else
dentfind(lastname, ndents);
cur = dentfind(lastname, ndents);
}

static void redraw(char *path)


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