Update of /cvsroot/mahogany/M/src/util
In directory usw-pr-cvs1:/tmp/cvs-serv29774/src/util
Modified Files:
matchurl.cpp
Log Message:
another tweak: don't detect very short strings as URLs
Index: matchurl.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/util/matchurl.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -b -u -2 -r1.7 -r1.8
--- matchurl.cpp 26 Apr 2002 23:27:35 -0000 1.7
+++ matchurl.cpp 28 Apr 2002 20:29:38 -0000 1.8
@@ -509,6 +509,4 @@
len = p - start;
- if ( isMail )
- {
// '@' matches may result in false positives, as not every '@' character
// is inside a mailto URL so try to weed them out by requiring that the
@@ -527,5 +525,4 @@
// slightly more efficient than recursion...
goto match;
- }
}
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates