pidgin: 3aeaf3a7: I know Mark was trying to save newlines,...

rlaager at pidgin.im rlaager at pidgin.im
Mon Nov 17 22:05:30 EST 2008


-----------------------------------------------------------------
Revision: 3aeaf3a7618d02c709050dc672f3a4e93742631c
Ancestor: 22e8ea4d0d9137e4b03043f93089c752e603c46d
Author: rlaager at pidgin.im
Date: 2008-11-18T03:02:03
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/3aeaf3a7618d02c709050dc672f3a4e93742631c

Modified files:
        libpurple/protocols/jabber/parser.c

ChangeLog: 

I know Mark was trying to save newlines, but I had one to spare.

-------------- next part --------------
============================================================
--- libpurple/protocols/jabber/parser.c	4162af27cebfbf86a7d1ee4c74e0cba442391640
+++ libpurple/protocols/jabber/parser.c	4a7faa5e4f134700bd99b7971715b2fce71f48f8
@@ -149,7 +149,7 @@ jabber_parser_structured_error_handler(v
 								 "Domain %i, code %i, level %i: %s",
 					   js,
 					   error->domain, error->code, error->level,
-					   (error->message ? error->message : "(null)"));
+					   (error->message ? error->message : "(null)\n"));
 }
 
 static xmlSAXHandler jabber_parser_libxml = {


More information about the Commits mailing list