From 6bef2110ddeb9e1f8e8233a4e61b8917fb939b29 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sat, 22 Sep 2012 13:55:02 +0100 Subject: Fixed syntax error introduced by latest merge. --- protocols/msn/ns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols') diff --git a/protocols/msn/ns.c b/protocols/msn/ns.c index f2fc561f..a90c8a9d 100644 --- a/protocols/msn/ns.c +++ b/protocols/msn/ns.c @@ -695,7 +695,7 @@ static int msn_ns_message( struct msn_handler_data *handler, char *msg, int msgl if( !xml ) return 1; - md = xt_from_string( xml ); + md = xt_from_string( xml, 0 ); if( !md ) return 1; -- cgit v1.2.3