From d9efad53d0ea51262bd8dc418c9c916a2c338026 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 18 Aug 2004 17:04:52 +0000 Subject: Removing old TODOS and debugging fixes --- common/buffer.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'common/buffer.c') diff --git a/common/buffer.c b/common/buffer.c index 096fac8..2218b49 100644 --- a/common/buffer.c +++ b/common/buffer.c @@ -14,8 +14,7 @@ #define BUF_IN_JOIN(b) (!BUF_IS_EMPTY(b) && *((b)->_rp - 1) != 0) #define BUF_NEW_BLOCK(b) ((b)->_pp = (b)->_rp) -/* TODO: Increase this size to 2048 once we're done debugging */ -#define BUF_INITIAL 80 +#define BUF_INITIAL 2048 #define BUF_DELTA 16 #define INTERNAL_DATA(intl) ((void*)(((unsigned char*)(intl)) + sizeof(*(intl)))) -- cgit v1.2.3