comparison src/util.c @ 7322:ab828b8c3f22

[gaim-migrate @ 7908] all sorts of stuff including tweaks to logging so it mostly works again for jabber. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 24 Oct 2003 05:46:01 +0000
parents 3a41c3f80228
children 414c701ef1ff
comparison
equal deleted inserted replaced
7321:c41e522028f2 7322:ab828b8c3f22
1307 1307
1308 if(prpl) 1308 if(prpl)
1309 prpl_info = GAIM_PLUGIN_PROTOCOL_INFO(prpl); 1309 prpl_info = GAIM_PLUGIN_PROTOCOL_INFO(prpl);
1310 1310
1311 if(prpl_info && prpl_info->normalize) { 1311 if(prpl_info && prpl_info->normalize) {
1312 return prpl_info->normalize(s); 1312 return prpl_info->normalize(account, s);
1313 } else { 1313 } else {
1314 static char buf[BUF_LEN]; 1314 static char buf[BUF_LEN];
1315 char *tmp; 1315 char *tmp;
1316 int i, j; 1316 int i, j;
1317 1317