mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-27 15:44:00 +08:00
cosmetic changes.
This commit is contained in:
parent
82b1fc0603
commit
1faea63667
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user