| 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 { |