Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dequis/purple-facebook.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Martinez <36802059+xdmtk@users.noreply.github.com>2020-04-05 14:02:17 +0300
committerGitHub <noreply@github.com>2020-04-05 14:02:17 +0300
commitb689527f7a48dfeb0df889c9ff1091cccab36b9b (patch)
treed9a059b20f5749038cb4776c6b49b4f7d9d464ea
parent0250907594717f836a767fb2f8e3d8b7918ef315 (diff)
Include case 6 for optional thrift fields (#480)
-rw-r--r--patches/18-fix-thrift-stop-failure.patch11
1 files changed, 11 insertions, 0 deletions
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;
+ }