瀏覽代碼

Swap weekday and month

master
Arun Prakash Jana 6 年之前
父節點
當前提交
542fd2f6e8
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: A75979F35C080412
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      nnn.c

+ 1
- 1
nnn.c 查看文件

@@ -274,7 +274,7 @@ static const char *STR_ATROOT = "You are at /";
static const char *STR_NOHOME = "HOME not set";
static const char *STR_INPUT = "No traversal delimiter allowed";
static const char *STR_INVBM = "Invalid bookmark";
static const char *STR_DATE = "%a %b %d %Y %T %z";
static const char *STR_DATE = "%a %d %b %Y %T %z";

/* For use in functions which are isolated and don't return the buffer */
static char g_buf[MAX_CMD_LEN] __attribute__ ((aligned));


Loading…
取消
儲存