about summary refs log tree commit diff stats
path: root/src/xmpp
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-06-01 21:23:34 +0100
committerJames Booth <boothj5@gmail.com>2013-06-01 21:23:34 +0100
commitae7da18d7e7fded02153c31d3b0385995528b136 (patch)
tree44136de08fb6703d3e433fb260a2c24c87917400 /src/xmpp
parent1eba4f5ab1e4148efdbcef22fb16d7c1bf0ed9d5 (diff)
downloadprofani-tty-ae7da18d7e7fded02153c31d3b0385995528b136.tar.gz
Use waddstr for incoming messages to avoid truncation
fixes #8
Diffstat (limited to 'src/xmpp')
-rw-r--r--src/xmpp/message.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xmpp/message.c b/src/xmpp/message.c
index 6e7ece0a..f8c2fd8f 100644
--- a/src/xmpp/message.c
+++ b/src/xmpp/message.c
@@ -395,6 +395,5 @@ _chat_message_handler(xmpp_conn_t * const conn, xmpp_stanza_t * const stanza,
         free(jid);
         return 1;
     }
-
 }