[mapserver-commits] r9147 - trunk/mapserver
svn at osgeo.org
svn at osgeo.org
Tue Jul 7 12:53:00 EDT 2009
Author: tomkralidis
Date: 2009-07-07 12:53:00 -0400 (Tue, 07 Jul 2009)
New Revision: 9147
Modified:
trunk/mapserver/mapogcfilter.c
Log:
make FLTIsNumeric return static int
Modified: trunk/mapserver/mapogcfilter.c
===================================================================
--- trunk/mapserver/mapogcfilter.c 2009-07-07 16:38:59 UTC (rev 9146)
+++ trunk/mapserver/mapogcfilter.c 2009-07-07 16:53:00 UTC (rev 9147)
@@ -44,7 +44,7 @@
return (*(int*)a) - (*(int*)b);
}
-static FLTIsNumeric(char *pszValue)
+static int FLTIsNumeric(char *pszValue)
{
if (pszValue)
{
More information about the mapserver-commits
mailing list