Explorar o código

increase scan line buffer length (https://trac.osgeo.org/grass/ticket/2125)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58203 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman %!s(int64=11) %!d(string=hai) anos
pai
achega
109ffe180f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      raster/r.in.xyz/local_proto.h

+ 1 - 1
raster/r.in.xyz/local_proto.h

@@ -21,7 +21,7 @@
 #include <grass/gis.h>
 
 
-#define BUFFSIZE 256
+#define BUFFSIZE 1024
 
 #define METHOD_N           1
 #define METHOD_MIN         2