[mapserver-commits] r12853 - trunk/mapserver/mapcache/src

svn at osgeo.org svn at osgeo.org
Tue Dec 6 09:45:28 EST 2011


Author: tbonfort
Date: 2011-12-06 06:45:28 -0800 (Tue, 06 Dec 2011)
New Revision: 12853

Modified:
   trunk/mapserver/mapcache/src/mapcache_seed.c
Log:
fix messed up code during win32 port


Modified: trunk/mapserver/mapcache/src/mapcache_seed.c
===================================================================
--- trunk/mapserver/mapcache/src/mapcache_seed.c	2011-12-06 14:16:33 UTC (rev 12852)
+++ trunk/mapserver/mapcache/src/mapcache_seed.c	2011-12-06 14:45:28 UTC (rev 12853)
@@ -599,7 +599,7 @@
     const char *old = NULL;
     const char *optarg;
     apr_table_t *argdimensions;
-    char *dimkey, *dimvalue,*key, *last, *optargcpy;
+    char *dimkey=NULL, *dimvalue=NULL,*key, *last, *optargcpy=NULL;
     int keyidx;
 
 #ifdef USE_CLIPPERS
@@ -623,7 +623,6 @@
     gettimeofday(&starttime,NULL);
     lastlogtime=starttime;
     argdimensions = apr_table_make(ctx.pool,3);
-    dimkey = NULL,*dimvalue = NULL,*key,*last,*optargcpy = NULL;
     
 
     /* parse the all options based on opt_option[] */



More information about the mapserver-commits mailing list