adium 5208:22fd5aabb4a4: Killed nasty crash in AH. (removed nond...

commits at adium.im commits at adium.im
Mon Oct 29 23:38:49 UTC 2012


details:	http://hg.adium.im/adium/rev/22fd5aabb4a4
revision:	5208:22fd5aabb4a4
branch:		adium-1.6
author:		Adrian Godoroja <robotive at icloud.com>
date:		Tue Oct 30 00:38:41 2012 +0100

Killed nasty crash in AH. (removed nondefault from %option).

diffs (12 lines):

diff -r e2d2bf0db1f6 -r 22fd5aabb4a4 Frameworks/AutoHyperlinks Framework/Source/AHLinkLexer.l
--- a/Frameworks/AutoHyperlinks Framework/Source/AHLinkLexer.l	Sun Oct 28 22:49:32 2012 +0100
+++ b/Frameworks/AutoHyperlinks Framework/Source/AHLinkLexer.l	Tue Oct 30 00:38:41 2012 +0100
@@ -74,7 +74,7 @@
 userAtDomain	[^:@\/[:space:]]+\@{singleDomain}(\.{singleDomain})*
 mailSpec        {userAtDomain}\.{TLDs}
 
-%option noyywrap nounput noinput 8bit caseless align nodefault never-interactive reentrant warn prefix="AH"
+%option noyywrap nounput noinput 8bit caseless align never-interactive reentrant warn prefix="AH"
 
 %x CANONICAL TENTATIVE
 %%




More information about the commits mailing list