소스 검색
Fix directory indicator
master
Arun Prakash Jana
6 년 전
No known key found for this signature in database
GPG 키 ID: A75979F35C080412
1개의 변경된 파일과
4개의 추가작업 그리고
1개의 파일을 삭제
-
src/nnn.c
|
|
@@ -2098,7 +2098,10 @@ static char *coolsize(off_t size) |
|
|
|
|
|
|
|
static char *get_file_sym(mode_t mode) |
|
|
|
{ |
|
|
|
static char ind[2] = "\0\0"; |
|
|
|
static char ind[2]; |
|
|
|
|
|
|
|
ind[0] = '\0'; |
|
|
|
ind[1] = '\0'; |
|
|
|
|
|
|
|
switch (mode & S_IFMT) { |
|
|
|
case S_IFREG: |
|
|
|