changeset 8617:9bd849b376b4

[gaim-migrate @ 9368] really that wasn't a fix, this is ... thanks shx committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Thu, 08 Apr 2004 04:36:48 +0000
parents aa815d1a996d
children 70aad91d9cb5
files src/protocols/yahoo/yahoo.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo.c	Thu Apr 08 04:22:28 2004 +0000
+++ b/src/protocols/yahoo/yahoo.c	Thu Apr 08 04:36:48 2004 +0000
@@ -911,7 +911,7 @@
 		if (*p == '\\') {
 			sscanf(p + 1, "%3o%n\n", &i, &k);
 			*n = i;
-			p += k - 1;
+			p += k;
 		}
 		else
 			*n = *p;