libpurple/protocols/msn/msn.c

branch
release-2.x.y
changeset 33769
96f89e35d24d
parent 32091
5061380d9fee
child 33774
491716e51b9b
child 36262
7d5c6f160954
equal deleted inserted replaced
33767:624cf59658dc 33769:96f89e35d24d
2762 2762
2763 return; 2763 return;
2764 } 2764 }
2765 2765
2766 /* Try to put the photo in there too, if there's one and is readable */ 2766 /* Try to put the photo in there too, if there's one and is readable */
2767 if (user_data && url_text && len != 0) 2767 if (url_text && len != 0)
2768 { 2768 {
2769 if (strstr(url_text, "400 Bad Request") 2769 if (strstr(url_text, "400 Bad Request")
2770 || strstr(url_text, "403 Forbidden") 2770 || strstr(url_text, "403 Forbidden")
2771 || strstr(url_text, "404 Not Found")) 2771 || strstr(url_text, "404 Not Found"))
2772 { 2772 {

mercurial