diff src/protocols/msn/msn.c @ 7108:6faeeecab0dc

[gaim-migrate @ 7673] Put the rest of util.[ch] into namespaces and sectioned off the functions. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 01 Oct 2003 07:15:53 +0000
parents 7700a28929bd
children bf630f7dfdcd
line wrap: on
line diff
--- a/src/protocols/msn/msn.c	Wed Oct 01 06:17:28 2003 +0000
+++ b/src/protocols/msn/msn.c	Wed Oct 01 07:15:53 2003 +0000
@@ -1003,7 +1003,7 @@
 	if (swboard == NULL)
 		return -EINVAL;
 
-	send = add_cr(message);
+	send = gaim_str_add_cr(message);
 
 	msg = msn_message_new();
 	msn_message_set_attr(msg, "X-MMS-IM-Format", "FN=Arial; EF=; CO=0; PF=0");