Update of /cvsroot/mahogany/M/src/util
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10764/src/util
Modified Files:
matchurl.cpp strutil.cpp
Log Message:
isspace->wxIsspace, isalnum->wxIsalnum, and fixing warning "Filters.cpp:2051: warning:
comparison is always true due to limited range of data type"
Index: matchurl.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/util/matchurl.cpp,v
retrieving revision 1.29
retrieving revision 1.30
diff -b -u -2 -r1.29 -r1.30
--- matchurl.cpp 6 Nov 2003 01:43:28 -0000 1.29
+++ matchurl.cpp 16 Mar 2004 00:01:01 -0000 1.30
@@ -735,5 +735,5 @@
while ( q >= text && *q != '\n' )
{
- if ( !isspace(*q--) )
+ if ( !wxIsspace(*q--) )
break;
}
Index: strutil.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/util/strutil.cpp,v
retrieving revision 1.128
retrieving revision 1.129
diff -b -u -2 -r1.128 -r1.129
--- strutil.cpp 11 Mar 2004 20:13:33 -0000 1.128
+++ strutil.cpp 16 Mar 2004 00:01:01 -0000 1.129
@@ -143,5 +143,5 @@
const wxChar *cptr = str.c_str();
- while(isspace(*cptr))
+ while(wxIsspace(*cptr))
cptr++;
while(*cptr)
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates