소스 검색

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 14 년 전
부모
커밋
fb72e289bd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;