[mapserver-commits] r10715 - trunk/mapserver

svn at osgeo.org svn at osgeo.org
Fri Nov 12 04:11:31 EST 2010


Author: tamas
Date: 2010-11-12 01:11:31 -0800 (Fri, 12 Nov 2010)
New Revision: 10715

Modified:
   trunk/mapserver/mapdrawgdal.c
Log:
Use C style declaration instead of C++ style

Modified: trunk/mapserver/mapdrawgdal.c
===================================================================
--- trunk/mapserver/mapdrawgdal.c	2010-11-11 04:24:26 UTC (rev 10714)
+++ trunk/mapserver/mapdrawgdal.c	2010-11-12 09:11:31 UTC (rev 10715)
@@ -247,9 +247,10 @@
      */
     else if( layer->transform )
     {
+        int dst_lrx, dst_lry;
+        
         if( layer->debug )
             msDebug( "msDrawRasterLayerGDAL(): Entering transform.\n" );
-        int dst_lrx, dst_lry;
 
         msGetGDALGeoTransform( hDS, map, layer, adfGeoTransform );
         InvGeoTransform( adfGeoTransform, adfInvGeoTransform );



More information about the mapserver-commits mailing list