Parcourir la source

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 il y a 14 ans
Parent
commit
fb72e289bd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;