comparison src/protocols/msn/slpmsg.c @ 11164:93663df88ec4

[gaim-migrate @ 13265] Get rid of the last of the gcc4 warnings in MSN. Rooaarrrrr committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 29 Jul 2005 01:38:12 +0000
parents 0f7452b1f777
children 95fa774d216d
comparison
equal deleted inserted replaced
11163:4cf257598691 11164:93663df88ec4
102 long long size) 102 long long size)
103 { 103 {
104 if (body != NULL) 104 if (body != NULL)
105 slpmsg->buffer = g_memdup(body, size); 105 slpmsg->buffer = g_memdup(body, size);
106 else 106 else
107 slpmsg->buffer = g_new0(char, size); 107 slpmsg->buffer = g_new0(guchar, size);
108 108
109 slpmsg->size = size; 109 slpmsg->size = size;
110 } 110 }
111 111
112 void 112 void