# HG changeset patch # User Ka-Hing Cheung # Date 1241373552 0 # Node ID 9b7b8ee25af4e5806bd41c249ecfe6c23edb257d # Parent 8b40c704de714526ea33b5c129ec2a1b96632ce0# Parent bf7b3cd5ed250ab9e3c1b0f81278b78312dd0c89 merge of '654444067285909ecd842c1a5b06f16f773abe49' and 'ad057b7532610edb11caffebfa98068b6239d787' diff -r 8b40c704de71 -r 9b7b8ee25af4 libpurple/protocols/qq/qq_crypt.c --- a/libpurple/protocols/qq/qq_crypt.c Sun May 03 17:02:19 2009 +0000 +++ b/libpurple/protocols/qq/qq_crypt.c Sun May 03 17:59:12 2009 +0000 @@ -275,7 +275,7 @@ } count64 = crypted_len / 8; - while (count64-- > 0){ + while (--count64 > 0){ c32_prev[0] = crypted32[0]; c32_prev[1] = crypted32[1]; crypted_ptr += 8;