diff options
author | terminaldweller <devi@terminaldweller.com> | 2025-04-14 03:32:03 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2025-04-14 03:32:03 +0000 |
commit | 277dfb733c8741f9be87c3f3bc7748a53ae8430c (patch) | |
tree | c1e02fccb8765c6daaf558d676b64fbc54714712 /matrix-e2e.c.patch | |
parent | switched to eionrobb's purple-discord, which currently just crashes after doi... (diff) | |
download | docker-bitlbee-libpurple-277dfb733c8741f9be87c3f3bc7748a53ae8430c.tar.gz docker-bitlbee-libpurple-277dfb733c8741f9be87c3f3bc7748a53ae8430c.zip |
added a debug build, cleaned up the readme
Diffstat (limited to 'matrix-e2e.c.patch')
-rw-r--r-- | matrix-e2e.c.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/matrix-e2e.c.patch b/matrix-e2e.c.patch deleted file mode 100644 index 8dd7c47..0000000 --- a/matrix-e2e.c.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- matrix-e2e.c -+++ matrix-e2e.c.new -@@ -949,7 +949,7 @@ - to_create = (max_keys / 2) - count; - need_to_send = TRUE; - } -- purple_debug_info("matrixprpl", "%s: %s: %ld\n", -+ purple_debug_info("matrixprpl", "%s: %s: %lld\n", - __func__, key_algo, count); - } - } -@@ -1520,7 +1520,7 @@ - plaintext[pt_len] = '\0'; - handle_decrypted_olm(pc, conn, cevent_sender, sender_key, plaintext); - } else { -- purple_debug_info("matrixprpl", "%s: Type %zd olm\n", __func__, type); -+ purple_debug_info("matrixprpl", "%s: Type %lld olm\n", __func__, type); - } - if (plaintext) { - clear_mem(plaintext, max_plaintext_len);
\ No newline at end of file |