diff libpurple/log.c @ 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 4ca97b26a8fb
children 9018b785ef73
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. */