changeset 11384:08bf44bcedfe

[gaim-migrate @ 13611] patch by Sadrul Habib Chowdhury to fix one of my (I think) typos. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Wed, 31 Aug 2005 13:47:38 +0000
parents b4cf724b64f8
children 78cd70f4834c
files src/protocols/yahoo/yahoo_picture.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo_picture.c	Wed Aug 31 09:42:11 2005 +0000
+++ b/src/protocols/yahoo/yahoo_picture.c	Wed Aug 31 13:47:38 2005 +0000
@@ -263,7 +263,7 @@
 	struct yahoo_packet *pkt;
 
 	pkt = yahoo_packet_new(YAHOO_SERVICE_PICTURE_CHECKSUM, YAHOO_STATUS_AVAILABLE, 0);
-	yahoo_packet_hash(pkt, "ssd", 1, gaim_connection_get_display_name(gc),
+	yahoo_packet_hash(pkt, "ssi", 1, gaim_connection_get_display_name(gc),
 			  212, "1", 192, yd->picture_checksum);
 	yahoo_packet_send_and_free(pkt, yd);
 }
@@ -274,7 +274,7 @@
 	struct yahoo_packet *pkt;
 
 	pkt = yahoo_packet_new(YAHOO_SERVICE_PICTURE_UPDATE, YAHOO_STATUS_AVAILABLE, 0);
-	yahoo_packet_hash(pkt, "ssd", 1, gaim_connection_get_display_name(gc), 5, who, 206, type);
+	yahoo_packet_hash(pkt, "ssi", 1, gaim_connection_get_display_name(gc), 5, who, 206, type);
 	yahoo_packet_send_and_free(pkt, yd);
 }