changeset 26806:9b7b8ee25af4

merge of '654444067285909ecd842c1a5b06f16f773abe49' and 'ad057b7532610edb11caffebfa98068b6239d787'
author Ka-Hing Cheung <khc@hxbc.us>
date Sun, 03 May 2009 17:59:12 +0000
parents 8b40c704de71 (current diff) bf7b3cd5ed25 (diff)
children 8d47c0d594dc
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;