changeset 18087:40a9029c61c0

Richard, you might want to take a look at this. I have no idea what's going on here.
author Mark Doliner <mark@kingant.net>
date Mon, 11 Jun 2007 07:38:54 +0000
parents a92cadf6a978
children c138916a49b3
files libpurple/log.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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. */