comparison src/util.c @ 7262:85fcaff1505d

[gaim-migrate @ 7839] put normalizing back in the realm of sanity (what was I thinking?) and fix jabber chat case sensitivity (as well as a few other things) committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 14 Oct 2003 16:44:36 +0000
parents 1930e3d00ecd
children d565594c1bae
comparison
equal deleted inserted replaced
7261:1930e3d00ecd 7262:85fcaff1505d
1260 1260
1261 if(prpl) 1261 if(prpl)
1262 prpl_info = GAIM_PLUGIN_PROTOCOL_INFO(prpl); 1262 prpl_info = GAIM_PLUGIN_PROTOCOL_INFO(prpl);
1263 1263
1264 if(prpl_info && prpl_info->normalize) { 1264 if(prpl_info && prpl_info->normalize) {
1265 return prpl_info->normalize(account, s); 1265 return prpl_info->normalize(s);
1266 } else { 1266 } else {
1267 static char buf[BUF_LEN]; 1267 static char buf[BUF_LEN];
1268 char *tmp; 1268 char *tmp;
1269 int i, j; 1269 int i, j;
1270 1270