src/protocols/yahoo/yahoo.c

changeset 8617
ee1d90584422
parent 8616
def20c824c3a
child 8620
7a811db6f56b
--- 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;

mercurial