[mapserver-commits] r10464 - trunk/mapserver

svn at osgeo.org svn at osgeo.org
Sat Aug 21 06:27:11 EDT 2010


Author: tamas
Date: 2010-08-21 10:27:10 +0000 (Sat, 21 Aug 2010)
New Revision: 10464

Modified:
   trunk/mapserver/mapogcfilter.c
Log:
Fix for the problem introduced with r10459 causing a crash in msautotest

Modified: trunk/mapserver/mapogcfilter.c
===================================================================
--- trunk/mapserver/mapogcfilter.c	2010-08-19 05:07:03 UTC (rev 10463)
+++ trunk/mapserver/mapogcfilter.c	2010-08-21 10:27:10 UTC (rev 10464)
@@ -3984,7 +3984,7 @@
             }
         }
     }
-    if (bValid && ppszSRS)
+    if (bValid && ppszSRS && *ppszSRS)
     {
         projectionObj sProjTmp;
         msInitProjection(&sProjTmp);



More information about the mapserver-commits mailing list