소스 검색

Swap weekday and month

master
Arun Prakash Jana 6 년 전
부모
커밋
542fd2f6e8
No known key found for this signature in database 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));


불러오는 중...
취소
저장