From 7eaecce02235954a19909d43371e6a76ede938f1 Mon Sep 17 00:00:00 2001 From: Eric Smith Date: Thu, 13 Mar 2003 03:30:44 +0000 Subject: [PATCH] change BIT_BUF_SIZE back to 4K, had been reduced to 1 for debugging. --- bitblt_g4.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitblt_g4.c b/bitblt_g4.c index 3f4ff75..1656fa5 100644 --- a/bitblt_g4.c +++ b/bitblt_g4.c @@ -4,7 +4,7 @@ * will be compressed using ITU-T T.6 (G4) fax encoding. * * G4 compression - * $Id: bitblt_g4.c,v 1.12 2003/03/12 02:59:29 eric Exp $ + * $Id: bitblt_g4.c,v 1.13 2003/03/12 19:30:44 eric Exp $ * Copyright 2003 Eric Smith * * This program is free software; you can redistribute it and/or modify @@ -42,7 +42,7 @@ #include "g4_tables.h" -#define BIT_BUF_SIZE 1 /* 4096 */ +#define BIT_BUF_SIZE 4096 struct bit_buffer {