[mapserver-commits] r8957 - trunk/mapserver
svn at osgeo.org
svn at osgeo.org
Thu Apr 23 17:01:15 EDT 2009
Author: tamas
Date: 2009-04-23 17:01:15 -0400 (Thu, 23 Apr 2009)
New Revision: 8957
Modified:
trunk/mapserver/HISTORY.TXT
trunk/mapserver/mapogcfilter.c
Log:
Fix mapogcfilter.c not to cause syntax error if PROJ.4 is not compiled in (#2987)
Modified: trunk/mapserver/HISTORY.TXT
===================================================================
--- trunk/mapserver/HISTORY.TXT 2009-04-23 20:59:11 UTC (rev 8956)
+++ trunk/mapserver/HISTORY.TXT 2009-04-23 21:01:15 UTC (rev 8957)
@@ -12,6 +12,8 @@
Current Version (SVN trunk):
----------------------------
+- - Fix mapogcfilter.c not to cause syntax error if PROJ.4 is not compiled in (#2987)
+
- Rework Python MapScript's setup.py to be more like Python's to fix
a number of issues including (#2637) and to use mapserver-config
and ditch the old mapscriptvars approach
Modified: trunk/mapserver/mapogcfilter.c
===================================================================
--- trunk/mapserver/mapogcfilter.c 2009-04-23 20:59:11 UTC (rev 8956)
+++ trunk/mapserver/mapogcfilter.c 2009-04-23 21:01:15 UTC (rev 8957)
@@ -164,8 +164,8 @@
}
if (tokens)
msFreeCharArray(tokens, nTokens);
+ }
#endif
- }
return nStatus;
}
More information about the mapserver-commits
mailing list