]> git.saurik.com Git - apt.git/blobdiff - cmdline/acqprogress.h
merged from lp:~donkult/apt/sid
[apt.git] / cmdline / acqprogress.h
index 8b8da04a13d07c44e0756f06bd9c51a6970ce342..48f90ae59d87eebe2a0ab1318bb20fe7fe228156 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: acqprogress.h,v 1.4 1999/06/13 05:06:40 jgg Exp $
+// $Id: acqprogress.h,v 1.5 2003/02/02 22:24:11 jgg Exp $
 /* ######################################################################
 
    Acquire Progress - Command line progress meter 
@@ -15,7 +15,7 @@
 class AcqTextStatus : public pkgAcquireStatus
 {
    unsigned int &ScreenWidth;
-   char BlankLine[300];
+   char BlankLine[1024];
    unsigned long ID;
    unsigned long Quiet;