[GRASS-SVN] r52908 - grass/branches/releasebranch_6_4/vector/v.in.dwg
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Aug 25 07:28:16 PDT 2012
Author: mmetz
Date: 2012-08-25 07:28:15 -0700 (Sat, 25 Aug 2012)
New Revision: 52908
Modified:
grass/branches/releasebranch_6_4/vector/v.in.dwg/entity.c
Log:
hamish: allocate enough space for a 3D coord (#1311, merge from trunk)
Modified: grass/branches/releasebranch_6_4/vector/v.in.dwg/entity.c
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.in.dwg/entity.c 2012-08-25 14:24:34 UTC (rev 52907)
+++ grass/branches/releasebranch_6_4/vector/v.in.dwg/entity.c 2012-08-25 14:28:15 UTC (rev 52908)
@@ -293,7 +293,7 @@
PAD_ENT_HDR adenhd2;
PAD_ENT aden2;
OdaLong il;
- double tempdouble[2], tempbulge, tempwidth[2];
+ double tempdouble[3], tempbulge, tempwidth[3];
double x, y, z, ang;
PAD_BLKH adblkh;
int layer_found = 1;
More information about the grass-commit
mailing list