mirror of
https://github.com/claunia/plist-cil.git
synced 2025-12-16 11:04:26 +00:00
Don't forget to increment count.
This commit is contained in:
@@ -344,6 +344,7 @@ namespace Claunia.PropertyList
|
||||
internal void Write(int b)
|
||||
{
|
||||
outStream.WriteByte((byte)b);
|
||||
count++;
|
||||
}
|
||||
|
||||
internal void Write(byte[] bytes)
|
||||
|
||||
Reference in New Issue
Block a user