diff options
Diffstat (limited to 'protocols/WhatsApp/src/proto.h')
-rw-r--r-- | protocols/WhatsApp/src/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/WhatsApp/src/proto.h b/protocols/WhatsApp/src/proto.h index 96a0800b77..1d17a1ed27 100644 --- a/protocols/WhatsApp/src/proto.h +++ b/protocols/WhatsApp/src/proto.h @@ -118,7 +118,7 @@ class WANoise friend class WhatsAppProto; WhatsAppProto *ppro; - int readCounter = 0, writeCounter = 0; + uint32_t readCounter = 0, writeCounter = 0; bool bInitFinished = false, bSendIntro = false; MBinBuffer salt, encKey, decKey; uint8_t hash[32]; |