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:
-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;
+ }