comparison libpurple/protocols/msn/msn.c @ 20775:d3443cb6a60f

Fix null printf.
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 04 Oct 2007 03:52:47 +0000
parents 39737dfe1cca
children f3cfcbbac3d8 306f3c0bccd4 fdefa5eb46e2
comparison
equal deleted inserted replaced
20774:d1e8f4d63f01 20775:d3443cb6a60f
1983 g_free(tmp); 1983 g_free(tmp);
1984 1984
1985 #if PHOTO_SUPPORT 1985 #if PHOTO_SUPPORT
1986 /* Find the URL to the photo; must be before the marshalling [Bug 994207] */ 1986 /* Find the URL to the photo; must be before the marshalling [Bug 994207] */
1987 photo_url_text = msn_get_photo_url(url_text); 1987 photo_url_text = msn_get_photo_url(url_text);
1988 purple_debug_info("MSNP14","photo url:{%s}\n",photo_url_text); 1988 purple_debug_info("MSNP14","photo url:{%s}\n", photo_url_text ? photo_url_text : "(null)");
1989 1989
1990 /* Marshall the existing state */ 1990 /* Marshall the existing state */
1991 info2_data = g_malloc0(sizeof(MsnGetInfoStepTwoData)); 1991 info2_data = g_malloc0(sizeof(MsnGetInfoStepTwoData));
1992 info2_data->info_data = info_data; 1992 info2_data->info_data = info_data;
1993 info2_data->stripped = stripped; 1993 info2_data->stripped = stripped;