diff mcabber/src/histolog.c @ 1602:f4a2c6f767d1

Message Receipts support (XEP-0184)
author franky
date Wed, 24 Sep 2008 11:41:29 +0200
parents dcd5d4c75199
children
line wrap: on
line diff
--- a/mcabber/src/histolog.c	Sun Oct 11 15:59:20 2009 +0200
+++ b/mcabber/src/histolog.c	Wed Sep 24 11:41:29 2008 +0200
@@ -335,7 +335,7 @@
       if (converted) {
         xtext = ut_expand_tabs(converted); // Expand tabs
         hbuf_add_line(p_buddyhbuf, xtext, timestamp, prefix_flags, width,
-                      max_num_of_blocks, 0);
+                      max_num_of_blocks, 0, NULL);
         if (xtext != converted)
           g_free(xtext);
         g_free(converted);