[mapserver-commits] r8571 - trunk/mapserver
svn at osgeo.org
svn at osgeo.org
Tue Feb 17 19:22:56 EST 2009
Author: sdlime
Date: 2009-02-17 19:22:55 -0500 (Tue, 17 Feb 2009)
New Revision: 8571
Modified:
trunk/mapserver/mapfile.c
Log:
Fixed problem where a classObj GROUP wasn't being reconized by the mapfile parser.
Modified: trunk/mapserver/mapfile.c
===================================================================
--- trunk/mapserver/mapfile.c 2009-02-17 23:17:52 UTC (rev 8570)
+++ trunk/mapserver/mapfile.c 2009-02-18 00:22:55 UTC (rev 8571)
@@ -2417,8 +2417,6 @@
return(-1);
}
}
-
- if(getString(&class->group) == MS_FAILURE) return(-1);
break;
case(KEYIMAGE):
if(getString(&class->keyimage) == MS_FAILURE) return(-1); /* getString() cleans up previously allocated string */
More information about the mapserver-commits
mailing list