1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 03:40:56 -08:00

(directory_files_internal): Always return decoded filenames.

This commit is contained in:
Kenichi Handa 2000-12-18 12:05:38 +00:00
parent c9e088ce7d
commit aab9c564f7

View file

@ -268,6 +268,8 @@ directory_files_internal (directory, full, match, nosort, attrs)
finalname = fullname;
}
else
finalname = name;
if (attrs)
{