diff options
Diffstat (limited to 'src/input/input_pnm.c')
-rw-r--r-- | src/input/input_pnm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/input_pnm.c b/src/input/input_pnm.c index 61aca7eba..3d75c0ac9 100644 --- a/src/input/input_pnm.c +++ b/src/input/input_pnm.c @@ -47,7 +47,7 @@ #define LOG */ -#define BUFSIZE 1025 +#define BUFSIZE 4096 #if !defined(NDELAY) && defined(O_NDELAY) #define FNDELAY O_NDELAY |