[mapserver-commits] r11884 - branches/branch-6-0/mapserver

svn at osgeo.org svn at osgeo.org
Sat Jul 9 09:01:00 EDT 2011


Author: sdlime
Date: 2011-07-09 06:01:00 -0700 (Sat, 09 Jul 2011)
New Revision: 11884

Modified:
   branches/branch-6-0/mapserver/mapmssql2008.c
Log:
Fixed typo in function definition.

Modified: branches/branch-6-0/mapserver/mapmssql2008.c
===================================================================
--- branches/branch-6-0/mapserver/mapmssql2008.c	2011-07-09 12:59:02 UTC (rev 11883)
+++ branches/branch-6-0/mapserver/mapmssql2008.c	2011-07-09 13:01:00 UTC (rev 11884)
@@ -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