mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-06 07:01:37 +08:00
cosmetic changes.
This commit is contained in:
@@ -423,7 +423,7 @@ NextEntry:
|
||||
}
|
||||
|
||||
header.BaseStream.Position = 0;
|
||||
writer.Write ((byte)(compress_index ? 1 : 0));
|
||||
writer.Write (compress_index);
|
||||
long unpacked_dir_size = header.BaseStream.Length;
|
||||
if (compress_index)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user