Nit.
This commit is contained in:
parent
fdc3ad7c2f
commit
956dbd94aa
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,7 @@ namespace ARMeilleure.Translation.AOT
|
|||
{
|
||||
BinaryWriter headerWriter = new BinaryWriter(cacheStream, EncodingCache.UTF8NoBOM, true);
|
||||
|
||||
headerWriter.Write((int)InternalVersion);
|
||||
headerWriter.Write((int)InternalVersion); // cacheFileVersion
|
||||
|
||||
headerWriter.Write((int)_infosStream. Length); // infosLen
|
||||
headerWriter.Write((int)_codesStream. Length); // codesLen
|
||||
|
|
Loading…
Add table
Reference in a new issue