changeset 8620:e67f0f3aebb8

[gaim-migrate @ 9371] it's only four friggin' lines committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Thu, 08 Apr 2004 14:03:17 +0000
parents d4f6b9aa4cc8
children 82357fa4e6b8
files src/protocols/yahoo/yahoo.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo.c	Thu Apr 08 05:26:35 2004 +0000
+++ b/src/protocols/yahoo/yahoo.c	Thu Apr 08 14:03:17 2004 +0000
@@ -909,6 +909,7 @@
 
 	for (p = text; p < end; p++, n++) {
 		if (*p == '\\') {
+			k = 0;
 			sscanf(p + 1, "%3o%n\n", &i, &k);
 			*n = i;
 			p += k;