瀏覽代碼

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 else
ncols = COLS; 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) if (sel)
attron(A_REVERSE); attron(A_REVERSE);


Loading…
取消
儲存