Richard, you might want to take a look at this. I have no idea what's going on here. release-2.1.0

Mon, 11 Jun 2007 07:38:54 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Mon, 11 Jun 2007 07:38:54 +0000
branch
release-2.1.0
changeset 18149
4effa2c1f199
parent 18148
b1844c3fcbbb
child 18150
7185328818ed

Richard, you might want to take a look at this. I have no idea what's going on here.

libpurple/log.c file | annotate | diff | comparison | revisions
--- a/libpurple/log.c	Mon Jun 11 07:32:36 2007 +0000
+++ b/libpurple/log.c	Mon Jun 11 07:38:54 2007 +0000
@@ -710,6 +710,7 @@
 		int imgid = 0;
 		char *idstr = NULL;
 
+		/* TODO: As implemented, this never happens */
 		if (newmsg == NULL)
 			newmsg = g_string_new("");
 
@@ -782,6 +783,7 @@
 		tmp = end + 1;
 	}
 
+	/* TODO: As implemented, this never happens */
 	if (newmsg == NULL)
 	{
 		/* No images were found to change. */

mercurial