[GRASS-SVN] r45772 - grass/branches/develbranch_6/lib/dspf
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Mar 26 18:12:18 EDT 2011
Author: neteler
Date: 2011-03-26 15:12:18 -0700 (Sat, 26 Mar 2011)
New Revision: 45772
Modified:
grass/branches/develbranch_6/lib/dspf/cube_io.c
Log:
fwd port of r45756
Modified: grass/branches/develbranch_6/lib/dspf/cube_io.c
===================================================================
--- grass/branches/develbranch_6/lib/dspf/cube_io.c 2011-03-26 20:22:40 UTC (rev 45771)
+++ grass/branches/develbranch_6/lib/dspf/cube_io.c 2011-03-26 22:12:18 UTC (rev 45772)
@@ -249,7 +249,7 @@
#ifdef NEWCODE
int my_fread(char *buf, int size, int cnt, FILE * fp)
{
- static char in_buf[10000];
+ static char in_buf[10240];
static char *start, *end;
char *outp;
int ret;
More information about the grass-commit
mailing list