# HG changeset patch # User Mark Doliner # Date 1130727967 0 # Node ID af17c7940371f83aa3f027f9fc4794193aca59ea # Parent 31343023953cd88700c13f63d94cfaa9e9e13810 [gaim-migrate @ 14207] Was this a typo? committer: Tailor Script diff -r 31343023953c -r af17c7940371 src/protocols/yahoo/yahoo_doodle.c --- 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]))); }