[mapserver-commits] r12259 - trunk/mapserver/mapcache/src
svn at osgeo.org
svn at osgeo.org
Fri Aug 26 07:11:43 EDT 2011
Author: tbonfort
Date: 2011-08-26 04:11:43 -0700 (Fri, 26 Aug 2011)
New Revision: 12259
Modified:
trunk/mapserver/mapcache/src/grid.c
Log:
return proper HTTP status codes.
add error reporting to fastcgi instance
thomas.bonfort | 2011-01-17 18:27:02 +0100 (Mon, 17 Jan 2011)
Modified: trunk/mapserver/mapcache/src/grid.c
===================================================================
--- trunk/mapserver/mapcache/src/grid.c 2011-08-26 11:11:39 UTC (rev 12258)
+++ trunk/mapserver/mapcache/src/grid.c 2011-08-26 11:11:43 UTC (rev 12259)
@@ -15,7 +15,7 @@
*/
#include "geocache.h"
-
+#include <math.h>
/*
* allocate and initialize a new tileset
*/
More information about the mapserver-commits
mailing list