[GRASS-SVN] r37982 - grass/branches/develbranch_6/display/d.profile
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jun 19 21:31:27 EDT 2009
Author: hamish
Date: 2009-06-19 21:31:27 -0400 (Fri, 19 Jun 2009)
New Revision: 37982
Modified:
grass/branches/develbranch_6/display/d.profile/DumpProfile.c
Log:
bugger 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:28:16 UTC (rev 37981)
+++ grass/branches/develbranch_6/display/d.profile/DumpProfile.c 2009-06-20 01:31:27 UTC (rev 37982)
@@ -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[64];
+ char outfmt[24];
FILE *outFile;
struct ProfileNode *ptr;
More information about the grass-commit
mailing list