(count_entry): Print "/" instead of "".

This commit is contained in:
Jim Meyering
1994-06-18 21:04:00 +00:00
parent 33fec67464
commit a3ad002027
+1 -1
View File
@@ -473,7 +473,7 @@ count_entry (ent, top, last_dev)
{
printf ("%ld\t%s\n", output_size == size_bytes ? size
: convert_blocks (size, output_size == size_kilobytes),
path->text);
path->length > 0 ? path->text : "/");
fflush (stdout);
}
return opt_separate_dirs ? 0 : size;