浏览代码

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);


正在加载...
取消
保存