From b689527f7a48dfeb0df889c9ff1091cccab36b9b Mon Sep 17 00:00:00 2001 From: Nick Martinez <36802059+xdmtk@users.noreply.github.com> Date: Sun, 5 Apr 2020 07:02:17 -0400 Subject: Include case 6 for optional thrift fields (#480) --- patches/18-fix-thrift-stop-failure.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 patches/18-fix-thrift-stop-failure.patch diff --git a/patches/18-fix-thrift-stop-failure.patch b/patches/18-fix-thrift-stop-failure.patch new file mode 100644 index 0000000..a8af8e4 --- /dev/null +++ b/patches/18-fix-thrift-stop-failure.patch @@ -0,0 +1,11 @@ +--- a/libpurple/protocols/facebook/api.c ++++ b/libpurple/protocols/facebook/api.c +@@ -1847,7 +1847,7 @@ + fb_util_debug_info("Presence: %" FB_ID_FORMAT " (%d)", + i64, i32 != 0); + +- while (id <= 5) { ++ while (id <= 6) { + if (fb_thrift_read_isstop(thft)) { + break; + } -- cgit v1.2.3