[GRASS-SVN] r45906 - grass/branches/develbranch_6/vector/v.vol.rst

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Apr 11 18:18:07 EDT 2011


Author: hamish
Date: 2011-04-11 15:18:07 -0700 (Mon, 11 Apr 2011)
New Revision: 45906

Modified:
   grass/branches/develbranch_6/vector/v.vol.rst/main.c
Log:
bigger string buffer (#1284)

Modified: grass/branches/develbranch_6/vector/v.vol.rst/main.c
===================================================================
--- grass/branches/develbranch_6/vector/v.vol.rst/main.c	2011-04-11 19:28:50 UTC (rev 45905)
+++ grass/branches/develbranch_6/vector/v.vol.rst/main.c	2011-04-11 22:18:07 UTC (rev 45906)
@@ -172,7 +172,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