diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:24 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:24 +0000 |
commit | 93274b8d888dea1cf8a855029800b808c6244605 (patch) | |
tree | 63edcf3e017aae29a9fcbf9a3c29557d5f2f3792 /test | |
parent | b98f285980c3c2701539e196993ead268141aaeb (diff) |
Minor fixes
Author: jgg
Date: 1998-11-11 07:30:54 GMT
Minor fixes
Diffstat (limited to 'test')
-rw-r--r-- | test/scratch.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scratch.cc b/test/scratch.cc index c9ddc2ea4..74c976700 100644 --- a/test/scratch.cc +++ b/test/scratch.cc @@ -103,7 +103,7 @@ void AcqTextStatus::Pulse(pkgAcquire *Owner) enum {Long = 0,Medium,Short} Mode = Long; - ScreenWidth = 140; + ScreenWidth = 78; char Buffer[300]; char *End = Buffer + sizeof(Buffer); char *S = Buffer; |