comparison 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
comparison
equal deleted inserted replaced
1601:3efc92a48945 1602:f4a2c6f767d1
333 } 333 }
334 converted = from_utf8(&data[dataoffset+1]); 334 converted = from_utf8(&data[dataoffset+1]);
335 if (converted) { 335 if (converted) {
336 xtext = ut_expand_tabs(converted); // Expand tabs 336 xtext = ut_expand_tabs(converted); // Expand tabs
337 hbuf_add_line(p_buddyhbuf, xtext, timestamp, prefix_flags, width, 337 hbuf_add_line(p_buddyhbuf, xtext, timestamp, prefix_flags, width,
338 max_num_of_blocks, 0); 338 max_num_of_blocks, 0, NULL);
339 if (xtext != converted) 339 if (xtext != converted)
340 g_free(xtext); 340 g_free(xtext);
341 g_free(converted); 341 g_free(converted);
342 } 342 }
343 err = 0; 343 err = 0;