Arun Prakash Jana
6 anni fa
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: A75979F35C080412
1 ha cambiato i file con
4 aggiunte e
1 eliminazioni
-
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: |
|
|
|