[mapserver-commits] r7716 - trunk/mapserver

svn at osgeo.org svn at osgeo.org
Thu Jun 19 22:31:17 EDT 2008


Author: tomkralidis
Date: 2008-06-19 22:31:17 -0400 (Thu, 19 Jun 2008)
New Revision: 7716

Modified:
   trunk/mapserver/mapfile.c
Log:
trivial fix to set array size (#1208)


Modified: trunk/mapserver/mapfile.c
===================================================================
--- trunk/mapserver/mapfile.c	2008-06-20 02:18:05 UTC (rev 7715)
+++ trunk/mapserver/mapfile.c	2008-06-20 02:31:17 UTC (rev 7716)
@@ -72,7 +72,7 @@
 char *msPositionsText[MS_POSITIONS_LENGTH] = {"UL", "LR", "UR", "LL", "CR", "CL", "UC", "LC", "CC", "AUTO", "XY", "FOLLOW"}; /* msLabelPositions[] also used in mapsymbols.c (not static) */
 static char *msBitmapFontSizes[5]={"TINY", "SMALL", "MEDIUM", "LARGE", "GIANT"};
 static char *msQueryMapStyles[4]={"NORMAL", "HILITE", "SELECTED", "INVERTED"};
-static char *msStatus[5]={"OFF", "ON", "DEFAULT", "EMBED"};
+static char *msStatus[4]={"OFF", "ON", "DEFAULT", "EMBED"};
 /* static char *msOnOff[2]={"OFF", "ON"}; */
 static char *msTrueFalse[2]={"FALSE", "TRUE"};
 /* static char *msYesNo[2]={"NO", "YES"}; */



More information about the mapserver-commits mailing list