changeset 11916:af17c7940371

[gaim-migrate @ 14207] Was this a typo? committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 31 Oct 2005 03:06:07 +0000
parents 31343023953c
children 5d9172e67615
files src/protocols/yahoo/yahoo_doodle.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo_doodle.c	Mon Oct 31 02:35:10 2005 +0000
+++ b/src/protocols/yahoo/yahoo_doodle.c	Mon Oct 31 03:06:07 2005 +0000
@@ -285,7 +285,7 @@
 	{
 		int last = strlen(tokens[i]) - 1;
 		if (tokens[i][last] == '"')
-			tokens[i][last] == '\0';
+			tokens[i][last] = '\0';
 
 		d_list = g_list_prepend(d_list, GINT_TO_POINTER(atoi(tokens[i])));
 	}