| 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", |