libpurple/protocols/yahoo/yahoo_profile.c

branch
release-2.x.y
changeset 33769
96f89e35d24d
parent 33102
dbf343cd9e05
child 33774
491716e51b9b
child 36029
cd7db320cf5c
equal deleted inserted replaced
33767:624cf59658dc 33769:96f89e35d24d
1033 ; 1033 ;
1034 #endif 1034 #endif
1035 1035
1036 #if PHOTO_SUPPORT 1036 #if PHOTO_SUPPORT
1037 /* Try to put the photo in there too, if there's one and is readable */ 1037 /* Try to put the photo in there too, if there's one and is readable */
1038 if (data && url_text && len != 0) { 1038 if (url_text && len != 0) {
1039 if (strstr(url_text, "400 Bad Request") 1039 if (strstr(url_text, "400 Bad Request")
1040 || strstr(url_text, "403 Forbidden") 1040 || strstr(url_text, "403 Forbidden")
1041 || strstr(url_text, "404 Not Found")) { 1041 || strstr(url_text, "404 Not Found")) {
1042 1042
1043 purple_debug_info("yahoo", "Error getting %s: %s\n", 1043 purple_debug_info("yahoo", "Error getting %s: %s\n",

mercurial