mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-25 13:17:47 +08:00
(XoredStream.Write): fixed.
This commit is contained in:
@@ -572,7 +572,7 @@ namespace GameRes.Formats
|
||||
{
|
||||
write_buf[i] = (byte)(buffer[offset+i] ^ m_key);
|
||||
}
|
||||
BaseStream.Write (write_buf, 0, count);
|
||||
BaseStream.Write (write_buf, 0, chunk);
|
||||
offset += chunk;
|
||||
count -= chunk;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user