Browse Source

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 11 years ago
parent
commit
109ffe180f
1 changed files with 1 additions and 1 deletions
  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