adium-1.4 2576:b5679b7664e4: This was throwing off our recursion...

commits at adium.im commits at adium.im
Wed Aug 12 15:11:24 UTC 2009


details:	http://hg.adium.im/adium-1.4/rev/b5679b7664e4
revision:	2576:b5679b7664e4
author:		Stephen Holt <sholt at adium.im>
date:		Wed Aug 12 11:15:07 2009 -0400

This was throwing off our recursion at the end of strings.

diffs (11 lines):

diff -r 8e1a93e30e94 -r b5679b7664e4 Source/AIEmoticonController.m
--- a/Source/AIEmoticonController.m	Wed Aug 12 00:42:45 2009 -0700
+++ b/Source/AIEmoticonController.m	Wed Aug 12 11:15:07 2009 -0400
@@ -368,7 +368,6 @@
 		//Always increment the loop
 		if (currentLocationNeedsUpdate) {
 			*currentLocation += 1;
-			originalEmoticonLocation = *currentLocation;
 		}
 		
 		[candidateEmoticons release];




More information about the commits mailing list