aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dired.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dired.c b/src/dired.c
index bcfe8ddd820..78b2d07e2e4 100644
--- a/src/dired.c
+++ b/src/dired.c
@@ -268,6 +268,8 @@ directory_files_internal (directory, full, match, nosort, attrs)
268 268
269 finalname = fullname; 269 finalname = fullname;
270 } 270 }
271 else
272 finalname = name;
271 273
272 if (attrs) 274 if (attrs)
273 { 275 {