Explorar o código

fwd port of https://trac.osgeo.org/grass/changeset/45756

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@45773 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler %!s(int64=14) %!d(string=hai) anos
pai
achega
fb72e289bd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/dspf/cube_io.c

+ 1 - 1
lib/dspf/cube_io.c

@@ -250,7 +250,7 @@ int read_cube(Cube_data * Cube, file_info * headfax)
 #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;