comparison libpurple/protocols/simple/simple.c @ 18080:bb2e5f6ff2b4

propagate from branch 'im.pidgin.pidgin' (head 5fdf4fa0a7dcefa78c9ec2e7c25b151f1e3acf18) to branch 'im.pidgin.pidgin.2.1.0' (head 1d53de833ec35c1899f24b60e7d79db753917c15)
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 10 Jun 2007 01:46:31 +0000
parents cd2a9f9ca378
children 16bdcffb1c62
comparison
equal deleted inserted replaced
18079:c885a9ccd301 18080:bb2e5f6ff2b4
1241 foundpidf = TRUE; 1241 foundpidf = TRUE;
1242 if(!g_ascii_strcasecmp("application/xpidf+xml", tmp)) 1242 if(!g_ascii_strcasecmp("application/xpidf+xml", tmp))
1243 foundxpidf = TRUE; 1243 foundxpidf = TRUE;
1244 if(tmp2) { 1244 if(tmp2) {
1245 *tmp2 = ','; 1245 *tmp2 = ',';
1246 tmp = tmp2; 1246 tmp = tmp2 + 1;
1247 while(*tmp == ' ') tmp++; 1247 while(*tmp == ' ') tmp++;
1248 } else 1248 } else
1249 tmp = 0; 1249 tmp = 0;
1250 } 1250 }
1251 if(!foundpidf && foundxpidf) needsxpidf = TRUE; 1251 if(!foundpidf && foundxpidf) needsxpidf = TRUE;