1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-19 18:26:32 +02:00

(show_entry): Update sole use of show_disk.

This commit is contained in:
Jim Meyering
2003-02-05 07:01:27 +00:00
parent 4d97bfa966
commit 3c1dbea18f

View File

@@ -668,7 +668,7 @@ static void
show_entry (const char *path, const struct stat *statp)
{
if (S_ISBLK (statp->st_mode) || S_ISCHR (statp->st_mode))
show_disk (path);
show_disk (path, statp);
else
show_point (path, statp);
}