Coding fixes

This commit is contained in:
Ali
2021-09-07 15:09:12 +04:00
parent 7d67859213
commit 40736ca677
6 changed files with 15 additions and 3 deletions

View File

@@ -779,6 +779,8 @@ public final class PostboxDecoder {
offset += 1
if keyLength != Int(readKeyLength) {
/*let keyString = String(data: Data(bytes: bytes + (offset - Int(readKeyLength) - 1), count: Int(readKeyLength)), encoding: .utf8)
print("\(String(describing: keyString))")*/
skipValue(bytes, offset: &offset, length: length, valueType: ValueType(rawValue: readValueType)!)
continue
}