From aee7051817d84169c1c0348712edf2b8d59d3925 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:59:14 +0000 Subject: Increase ReadMessages buffer. #111914 Author: jgg Date: 2002-04-26 05:52:27 GMT Increase ReadMessages buffer. #111914 --- apt-pkg/contrib/strutl.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apt-pkg') diff --git a/apt-pkg/contrib/strutl.cc b/apt-pkg/contrib/strutl.cc index d0195191..f8fbf321 100644 --- a/apt-pkg/contrib/strutl.cc +++ b/apt-pkg/contrib/strutl.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: strutl.cc,v 1.44 2001/06/08 05:16:39 jgg Exp $ +// $Id: strutl.cc,v 1.45 2002/04/26 05:52:27 jgg Exp $ /* ###################################################################### String Util - Some useful string functions. @@ -622,7 +622,7 @@ string TimeRFC1123(time_t Date) fancy buffering is used. */ bool ReadMessages(int Fd, vector &List) { - char Buffer[4000]; + char Buffer[64000]; char *End = Buffer; while (1) -- cgit v1.2.3