Use the mediaNode variable rather than the psmNode again. This is from a cpw.khc.msnp14

Sun, 16 Sep 2007 18:18:37 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Sun, 16 Sep 2007 18:18:37 +0000
branch
cpw.khc.msnp14
changeset 20605
d9f62ce8c905
parent 20604
3a41bb9f8cfd
child 20606
97f30f880456

Use the mediaNode variable rather than the psmNode again. This is from a
patch from b33fc0d3: References #1510

libpurple/protocols/msn/state.c file | annotate | diff | comparison | revisions
--- a/libpurple/protocols/msn/state.c	Sun Sep 16 18:11:54 2007 +0000
+++ b/libpurple/protocols/msn/state.c	Sun Sep 16 18:18:37 2007 +0000
@@ -67,7 +67,7 @@
 
 	mediaNode = xmlnode_new("CurrentMedia");
 	if(mediastr != NULL){
-		xmlnode_insert_data(psmNode,mediastr,strlen(mediastr));
+		xmlnode_insert_data(mediaNode,mediastr,strlen(mediastr));
 	}
 	xmlnode_insert_child(dataNode,mediaNode);
 

mercurial