cosmetic changes.

This commit is contained in:
morkt 2014-09-12 16:04:38 +04:00
parent 82b1fc0603
commit 1faea63667

View File

@ -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)
{