ソースを参照

Use hyphen within date

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

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

@@ -1150,7 +1150,7 @@ printent_long(struct entry *ent, int sel)
else
ncols = COLS;

strftime(buf, 18, "%d %m %Y %H:%M", localtime(&ent->t));
strftime(buf, 18, "%d-%m-%Y %H:%M", localtime(&ent->t));

if (sel)
attron(A_REVERSE);


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