[mapserver-commits] r10266 - sandbox/mapserver6
svn at osgeo.org
svn at osgeo.org
Wed Jun 30 06:02:42 EDT 2010
Author: tbonfort
Date: 2010-06-30 10:02:42 +0000 (Wed, 30 Jun 2010)
New Revision: 10266
Modified:
sandbox/mapserver6/mapgd2.c
Log:
type in line->numpoints
Modified: sandbox/mapserver6/mapgd2.c
===================================================================
--- sandbox/mapserver6/mapgd2.c 2010-06-29 19:29:34 UTC (rev 10265)
+++ sandbox/mapserver6/mapgd2.c 2010-06-30 10:02:42 UTC (rev 10266)
@@ -298,7 +298,7 @@
for (i=0; i < p->numlines; i++) {
lineObj *line = &(p->line[i]);
- for(j=1; j<p->line->numpoints; j++) {
+ for(j=1; j<line->numpoints; j++) {
pointObj *point1 = &line->point[j-1];
pointObj *point2 = &line->point[j];
More information about the mapserver-commits
mailing list