[mapserver-commits] r8956 - branches/branch-5-4/mapserver
svn at osgeo.org
svn at osgeo.org
Thu Apr 23 16:59:12 EDT 2009
Author: tamas
Date: 2009-04-23 16:59:11 -0400 (Thu, 23 Apr 2009)
New Revision: 8956
Modified:
branches/branch-5-4/mapserver/HISTORY.TXT
branches/branch-5-4/mapserver/mapogcfilter.c
Log:
Fix mapogcfilter.c not to cause syntax error if PROJ.4 is not compiled in (#2987)
Modified: branches/branch-5-4/mapserver/HISTORY.TXT
===================================================================
--- branches/branch-5-4/mapserver/HISTORY.TXT 2009-04-23 19:45:55 UTC (rev 8955)
+++ branches/branch-5-4/mapserver/HISTORY.TXT 2009-04-23 20:59:11 UTC (rev 8956)
@@ -12,6 +12,8 @@
Version 5.4.0 (2009-04-22):
---------------------------
+- Fix mapogcfilter.c not to cause syntax error if PROJ.4 is not compiled in (#2987)
+
Version 5.4.0-rc2 (2009-04-15):
-------------------------------
Modified: branches/branch-5-4/mapserver/mapogcfilter.c
===================================================================
--- branches/branch-5-4/mapserver/mapogcfilter.c 2009-04-23 19:45:55 UTC (rev 8955)
+++ branches/branch-5-4/mapserver/mapogcfilter.c 2009-04-23 20:59:11 UTC (rev 8956)
@@ -164,8 +164,8 @@
}
if (tokens)
msFreeCharArray(tokens, nTokens);
+ }
#endif
- }
return nStatus;
}
More information about the mapserver-commits
mailing list