Don't forget to increment count.

This commit is contained in:
Frederik Carlier
2019-06-12 17:21:25 +02:00
parent 6fce83de96
commit 467c9810c2

View File

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