mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix listing files of size 0.
This commit is contained in:
@@ -332,7 +332,7 @@ namespace Aaru.Commands.Filesystem
|
||||
AaruConsole.WriteLine("{0, 10:d} {0, 12:T} {1, -20} {2}", entry.Value.CreationTimeUtc,
|
||||
"<DIR>", entry.Key);
|
||||
else
|
||||
AaruConsole.WriteLine("{0, 10:d} {0, 12:T} {1, 6}{2, 14:##,#} {3}",
|
||||
AaruConsole.WriteLine("{0, 10:d} {0, 12:T} {1, 6}{2, 14:N0} {3}",
|
||||
entry.Value.CreationTimeUtc, entry.Value.Inode, entry.Value.Length,
|
||||
entry.Key);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user