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

Modified Files:
        matchurl.cpp 
Log Message:
Gcc warning fix

Index: matchurl.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/util/matchurl.cpp,v
retrieving revision 1.26
retrieving revision 1.27
diff -b -u -2 -r1.26 -r1.27
--- matchurl.cpp        1 Oct 2003 22:13:53 -0000       1.26
+++ matchurl.cpp        2 Oct 2003 16:49:14 -0000       1.27
@@ -411,5 +411,5 @@
 
 /// a locale-independent isalnum()
-static inline bool IsAlnum(char c)
+static inline bool IsAlnum(unsigned char c)
 {
    // normally URLs should be in plain ASCII (7bit) but in practice some broken



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to