Update of /cvsroot/mahogany/M/src/util
In directory usw-pr-cvs1:/tmp/cvs-serv32682a/src/util

Modified Files:
        matchurl.cpp 
Log Message:
highlight the URLs in the headers as well

Index: matchurl.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/util/matchurl.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -b -u -2 -r1.12 -r1.13
--- matchurl.cpp        2 May 2002 07:00:34 -0000       1.12
+++ matchurl.cpp        3 May 2002 17:01:08 -0000       1.13
@@ -460,5 +460,5 @@
 
       // now look for the end of it
-      while ( IsDomainChar(*p) )
+      while ( *p && IsDomainChar(*p) )
       {
          p++;


_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to