[mapserver-commits] r11883 - trunk/mapserver
svn at osgeo.org
svn at osgeo.org
Sat Jul 9 08:59:02 EDT 2011
Author: sdlime
Date: 2011-07-09 05:59:02 -0700 (Sat, 09 Jul 2011)
New Revision: 11883
Modified:
trunk/mapserver/mapmssql2008.c
Log:
Fixed typo in function definition.
Modified: trunk/mapserver/mapmssql2008.c
===================================================================
--- trunk/mapserver/mapmssql2008.c 2011-07-08 04:03:49 UTC (rev 11882)
+++ trunk/mapserver/mapmssql2008.c 2011-07-09 12:59:02 UTC (rev 11883)
@@ -679,7 +679,7 @@
}
/* Execute SQL query for this layer */
-int msMSSQL2008LayerWhichShapes(layerObj *layer, rectObj rect, in isQuery)
+int msMSSQL2008LayerWhichShapes(layerObj *layer, rectObj rect, int isQuery)
{
msMSSQL2008LayerInfo *layerinfo = 0;
char *query_str = 0;
More information about the mapserver-commits
mailing list