adium 5231:a1ac760c5e57: Let's disable this whole chunk skipping...
commits at adium.im
commits at adium.im
Wed Nov 14 05:19:43 UTC 2012
details: http://hg.adium.im/adium/rev/a1ac760c5e57
revision: 5231:a1ac760c5e57
branch: adium-1.6
author: Stephen Holt <sholt at adium.im>
date: Tue Nov 13 21:18:56 2012 -0800
Let's disable this whole chunk skipping for now. I'm not convinced this was the cause of #16217, but in the absence of any other likely cause, I'll give it a try.
Please report if this change fixes the bug for you.
diffs (12 lines):
diff -r 4a6738dfa84f -r a1ac760c5e57 Frameworks/AutoHyperlinks Framework/Source/AHHyperlinkScanner.m
--- a/Frameworks/AutoHyperlinks Framework/Source/AHHyperlinkScanner.m Sat Nov 10 13:03:19 2012 +0100
+++ b/Frameworks/AutoHyperlinks Framework/Source/AHHyperlinkScanner.m Tue Nov 13 21:18:56 2012 -0800
@@ -34,7 +34,7 @@
#define ENC_INDEX_KEY @"encIndex"
#define ENC_CHAR_KEY @"encChar"
-#define MIN_LINK_LENGTH 4
+#define MIN_LINK_LENGTH 0
@interface AHHyperlinkScanner (PRIVATE)
- (AHMarkedHyperlink *)nextURIFromLocation:(unsigned long *)_scanLocation;
More information about the commits
mailing list