[GRASS-SVN] r37980 - grass/branches/develbranch_6/display/d.profile

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jun 19 21:21:21 EDT 2009


Author: hamish
Date: 2009-06-19 21:21:21 -0400 (Fri, 19 Jun 2009)
New Revision: 37980

Modified:
   grass/branches/develbranch_6/display/d.profile/DumpProfile.c
Log:
bigger buffer

Modified: grass/branches/develbranch_6/display/d.profile/DumpProfile.c
===================================================================
--- grass/branches/develbranch_6/display/d.profile/DumpProfile.c	2009-06-20 01:11:11 UTC (rev 37979)
+++ grass/branches/develbranch_6/display/d.profile/DumpProfile.c	2009-06-20 01:21:21 UTC (rev 37980)
@@ -17,7 +17,7 @@
     char *buf2 = G_calloc(UCAT_STR_SIZE, sizeof(char));
     char *outfile = G_calloc(strlen(fname) + 3, sizeof(char));
     char coords[4][80];
-    char outfmt[24];
+    char outfmt[64];
     FILE *outFile;
     struct ProfileNode *ptr;
 



More information about the grass-commit mailing list