# HG changeset patch # User Ethan Blanton # Date 1081399008 0 # Node ID 9bd849b376b467b7f380d83b6410b4a5bd72df4d # Parent aa815d1a996d0a32cce48432dfcf9476ba2ebe2e [gaim-migrate @ 9368] really that wasn't a fix, this is ... thanks shx committer: Tailor Script diff -r aa815d1a996d -r 9bd849b376b4 src/protocols/yahoo/yahoo.c --- 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;