mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Coding fixes
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user