src/protocols/msn/utils.c

changeset 9331
adae1d519c83
parent 9264
082e824358cf
child 10041
79adc9cc8e84
equal deleted inserted replaced
9330:efe4a4d07fb0 9331:adae1d519c83
209 c += 3; 209 c += 3;
210 } 210 }
211 else if (!g_ascii_strncasecmp(c + 1, "a href=\"", 8)) 211 else if (!g_ascii_strncasecmp(c + 1, "a href=\"", 8))
212 { 212 {
213 c += 9; 213 c += 9;
214
215 if (!g_ascii_strncasecmp(c, "mailto:", 7))
216 c += 7;
214 217
215 while (g_ascii_strncasecmp(c, "\">", 2)) 218 while (g_ascii_strncasecmp(c, "\">", 2))
216 msg[retcount++] = *c++; 219 msg[retcount++] = *c++;
217 220
218 c += 2; 221 c += 2;

mercurial