diff options
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; |