mirror of
https://github.com/claunia/plist-cil.git
synced 2025-12-16 19:14: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)
|
internal void Write(int b)
|
||||||
{
|
{
|
||||||
outStream.WriteByte((byte)b);
|
outStream.WriteByte((byte)b);
|
||||||
|
count++;
|
||||||
}
|
}
|
||||||
|
|
||||||
internal void Write(byte[] bytes)
|
internal void Write(byte[] bytes)
|
||||||
|
|||||||
Reference in New Issue
Block a user