comparison src/protocols/msn/msg.c @ 5455:f9658a84d1ed

[gaim-migrate @ 5843] Might as well be thorough. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 20 May 2003 03:33:13 +0000
parents c6efac0e28ff
children bae3c48b9b4c
comparison
equal deleted inserted replaced
5454:c6efac0e28ff 5455:f9658a84d1ed
77 77
78 msg = msn_message_new(); 78 msg = msn_message_new();
79 79
80 /* Clear out the old stuff. */ 80 /* Clear out the old stuff. */
81 msn_message_set_attr(msg, "User-Agent", NULL); 81 msn_message_set_attr(msg, "User-Agent", NULL);
82 msn_message_set_content_type(msg, NULL);
83 msn_message_set_charset(msg, NULL);
82 84
83 tmp = g_strdup(str); 85 tmp = g_strdup(str);
84 86
85 GET_NEXT(tmp); /* Skip MSG */ 87 GET_NEXT(tmp); /* Skip MSG */
86 field1 = tmp; 88 field1 = tmp;