Update of /cvsroot/mahogany/M/src/util
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25423
Modified Files:
matchurl.cpp
Log Message:
corrected comment
Index: matchurl.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/util/matchurl.cpp,v
retrieving revision 1.41
retrieving revision 1.42
diff -b -u -2 -r1.41 -r1.42
--- matchurl.cpp 11 Nov 2004 21:09:19 -0000 1.41
+++ matchurl.cpp 11 Nov 2004 21:54:09 -0000 1.42
@@ -760,6 +760,6 @@
// '@' 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
- // mail address has a reasonable minimal length ("[EMAIL PROTECTED]" and
- // "www.xy.fr" are probably the shortest ones we can have, hence 10)
+ // mail address has a reasonable minimal length ("[EMAIL PROTECTED]" and
+ // "www.xy.fr" are probably the shortest ones we can have, hence 8)
// which at least avoids matching the bare '@'s
bool good = (p - start) >= 8;
-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates