ソースを参照

Swap weekday and month

master
Arun Prakash Jana 6年前
コミット
542fd2f6e8
この署名に対応する既知のキーがデータベースに存在しません GPGキー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));


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