mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-23 19:34:15 +08:00
tweaked archive contents listing.
This commit is contained in:
parent
97b9e28fbc
commit
7faf641f6f
@ -105,9 +105,9 @@ namespace GARbro
|
||||
}
|
||||
else
|
||||
{
|
||||
foreach (var entry in arc.Dir)
|
||||
foreach (var entry in arc.Dir.OrderBy (e => e.Offset))
|
||||
{
|
||||
Console.WriteLine ("{0,9} {1}", entry.Size, entry.Name);
|
||||
Console.WriteLine ("{0,9} [{2:X8}] {1}", entry.Size, entry.Name, entry.Offset);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user