[GRASS-SVN] r45907 - grass/trunk/vector/v.vol.rst
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Apr 11 18:25:45 EDT 2011
Author: hamish
Date: 2011-04-11 15:25:45 -0700 (Mon, 11 Apr 2011)
New Revision: 45907
Modified:
grass/trunk/vector/v.vol.rst/main.c
Log:
bigger string buffer (#1284; merge from devbr6)
Modified: grass/trunk/vector/v.vol.rst/main.c
===================================================================
--- grass/trunk/vector/v.vol.rst/main.c 2011-04-11 22:18:07 UTC (rev 45906)
+++ grass/trunk/vector/v.vol.rst/main.c 2011-04-11 22:25:45 UTC (rev 45907)
@@ -210,7 +210,7 @@
int per, npmin;
int ii, i, n_rows, n_cols, n_levs;
double x_orig, y_orig, z_orig;
- char dminchar[10];
+ char dminchar[64];
struct octdata *data;
struct octfunc *functions;
struct octtree *tree;
More information about the grass-commit
mailing list