diff options
author | George Hazan <ghazan@miranda.im> | 2019-12-24 18:42:08 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-12-24 18:42:08 +0300 |
commit | 2e7a7b005e21064590380cc75d862867c1d19525 (patch) | |
tree | 6369433250e8ad31ffac062d21455c6b02e445e6 /protocols/Facebook/src/thrift.cpp | |
parent | 942f215014ae60fb927baa0d12555bc94175bc23 (diff) |
oops..
Diffstat (limited to 'protocols/Facebook/src/thrift.cpp')
-rw-r--r-- | protocols/Facebook/src/thrift.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Facebook/src/thrift.cpp b/protocols/Facebook/src/thrift.cpp index 202eb31569..8a5e66e537 100644 --- a/protocols/Facebook/src/thrift.cpp +++ b/protocols/Facebook/src/thrift.cpp @@ -182,7 +182,7 @@ bool FbThriftReader::isStop() { byte b; if (!readByte(b)) - return false; + return true; offset--; return b == FB_THRIFT_TYPE_STOP; |