Mercurial > pidgin
comparison libpurple/protocols/novell/nmrtf.c @ 19654:941965d6fd88
Patch from QuLogic. Fixes #2903 ('Missing newlines in debug messages.')
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Wed, 05 Sep 2007 22:33:22 +0000 |
parents | 32c366eeeb99 |
children | 44b4e8bd759b |
comparison
equal
deleted
inserted
replaced
19653:e21002d106ab | 19654:941965d6fd88 |
---|---|
231 ctx->input = (char *)input; | 231 ctx->input = (char *)input; |
232 status = rtf_parse(ctx); | 232 status = rtf_parse(ctx); |
233 if (status == NMRTF_OK) | 233 if (status == NMRTF_OK) |
234 return g_strdup(ctx->output->str); | 234 return g_strdup(ctx->output->str); |
235 | 235 |
236 purple_debug_info("novell", "RTF parser failed with error code %d", status); | 236 purple_debug_info("novell", "RTF parser failed with error code %d\n", status); |
237 return NULL; | 237 return NULL; |
238 } | 238 } |
239 | 239 |
240 void | 240 void |
241 nm_rtf_deinit(NMRtfContext *ctx) | 241 nm_rtf_deinit(NMRtfContext *ctx) |