im.pidgin.pidgin: 294731552d0baf5f1f37a45e0c119b2188f34ba8

datallah at pidgin.im datallah at pidgin.im
Thu Oct 4 00:04:49 EDT 2007


revision:            294731552d0baf5f1f37a45e0c119b2188f34ba8
date:                2007-10-04T03:52:47
author:              datallah at pidgin.im
branch:              im.pidgin.pidgin
changelog:
Fix null printf.

manifest:
format_version "1"

new_manifest [d172afc5024ef66f68b1a5f5863a38b10abc27ca]

old_revision [cd2be742f6c45c200000003fc5a6341297bbe857]

patch "libpurple/protocols/msn/msn.c"
 from [df5139c37bedf0ed2d3ded6b8a357a74c61b6b63]
   to [5f96bcb3d76877e151067c964f80c63564ed32aa]
-------------- next part --------------
#
#
# patch "libpurple/protocols/msn/msn.c"
#  from [df5139c37bedf0ed2d3ded6b8a357a74c61b6b63]
#    to [5f96bcb3d76877e151067c964f80c63564ed32aa]
#
============================================================
--- libpurple/protocols/msn/msn.c	df5139c37bedf0ed2d3ded6b8a357a74c61b6b63
+++ libpurple/protocols/msn/msn.c	5f96bcb3d76877e151067c964f80c63564ed32aa
@@ -1985,7 +1985,7 @@ msn_got_info(PurpleUtilFetchUrlData *url
 #if PHOTO_SUPPORT
 	/* Find the URL to the photo; must be before the marshalling [Bug 994207] */
 	photo_url_text = msn_get_photo_url(url_text);
-	purple_debug_info("MSNP14","photo url:{%s}\n",photo_url_text);
+	purple_debug_info("MSNP14","photo url:{%s}\n", photo_url_text ? photo_url_text : "(null)");
 
 	/* Marshall the existing state */
 	info2_data = g_malloc0(sizeof(MsnGetInfoStepTwoData));


More information about the Commits mailing list