From ba1dc3c25af7a2c0ab705ff7dfb4286f21e4b931 Mon Sep 17 00:00:00 2001 From: Stefan Holst Date: Fri, 10 Jan 2003 20:57:11 +0000 Subject: increase buffers CVS patchset: 3855 CVS date: 2003/01/10 20:57:11 --- src/input/pnm.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/input/pnm.c b/src/input/pnm.c index a3bcac484..89b3e035d 100644 --- a/src/input/pnm.c +++ b/src/input/pnm.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: pnm.c,v 1.8 2002/12/26 20:30:00 holstsn Exp $ + * $Id: pnm.c,v 1.9 2003/01/10 20:57:11 holstsn Exp $ * * pnm protocol implementation * based upon code from joschka @@ -44,8 +44,8 @@ #define LOG */ -#define BUF_SIZE 1024 -#define HEADER_SIZE 1024 +#define BUF_SIZE 4096 +#define HEADER_SIZE 4096 struct pnm_s { -- cgit v1.2.3