[mapserver-commits] r11091 - trunk/mapserver

svn at osgeo.org svn at osgeo.org
Sun Mar 6 13:53:24 EST 2011


Author: rouault
Date: 2011-03-06 10:53:24 -0800 (Sun, 06 Mar 2011)
New Revision: 11091

Modified:
   trunk/mapserver/mapwcs20.c
Log:
fix compiler warning

Modified: trunk/mapserver/mapwcs20.c
===================================================================
--- trunk/mapserver/mapwcs20.c	2011-03-06 18:46:40 UTC (rev 11090)
+++ trunk/mapserver/mapwcs20.c	2011-03-06 18:53:24 UTC (rev 11091)
@@ -3651,7 +3651,8 @@
             psWcsNs = NULL,
             psXLinkNs = NULL;
         wcs20coverageMetadataObj tmpCm;
-        char *srs_uri, *filename, *default_filename;
+        char *srs_uri, *default_filename;
+        const char *filename;
         char *file_ref;
         int length = 0;
 



More information about the mapserver-commits mailing list