diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dired.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dired.c b/src/dired.c index 5fc6ccd3ead..df03bc32cef 100644 --- a/src/dired.c +++ b/src/dired.c | |||
| @@ -241,7 +241,7 @@ directory_files_internal (Lisp_Object directory, Lisp_Object full, | |||
| 241 | && fast_string_match_internal (match, name, case_table) < 0) | 241 | && fast_string_match_internal (match, name, case_table) < 0) |
| 242 | continue; | 242 | continue; |
| 243 | 243 | ||
| 244 | Lisp_Object fileattrs; | 244 | Lisp_Object fileattrs UNINIT; |
| 245 | if (attrs) | 245 | if (attrs) |
| 246 | { | 246 | { |
| 247 | fileattrs = file_attributes (fd, dp->d_name, directory, name, | 247 | fileattrs = file_attributes (fd, dp->d_name, directory, name, |