[mapserver-commits] r10617 - trunk/mapserver

svn at osgeo.org svn at osgeo.org
Mon Oct 18 20:29:41 EDT 2010


Author: warmerdam
Date: 2010-10-18 17:29:41 -0700 (Mon, 18 Oct 2010)
New Revision: 10617

Modified:
   trunk/mapserver/mapogroutput.c
Log:
Fix DSCO: handling (#3570).


Modified: trunk/mapserver/mapogroutput.c
===================================================================
--- trunk/mapserver/mapogroutput.c	2010-10-18 20:27:52 UTC (rev 10616)
+++ trunk/mapserver/mapogroutput.c	2010-10-19 00:29:41 UTC (rev 10617)
@@ -402,7 +402,7 @@
                                           format->formatoptions[i] + 4 );
         if( strncasecmp(format->formatoptions[i],"DSCO:",5) == 0 )
             ds_options = CSLAddString( ds_options, 
-                                       format->formatoptions[i] + 4 );
+                                       format->formatoptions[i] + 5 );
     }
     
 /* ==================================================================== */



More information about the mapserver-commits mailing list