]> git.saurik.com Git - apt.git/commitdiff
apt-private/acqprogress.cc: reset color in apt update
authorMichael Vogt <mvo@debian.org>
Wed, 16 Apr 2014 11:15:55 +0000 (13:15 +0200)
committerMichael Vogt <mvo@debian.org>
Wed, 16 Apr 2014 11:15:55 +0000 (13:15 +0200)
apt-private/acqprogress.cc

index fe7a45e12e3ee5c2671b696abc599c40fbcd8c8a..0f5b53e500666ff7d48ec48085cfa7fdb9480de3 100644 (file)
@@ -267,7 +267,7 @@ bool AcqTextStatus::Pulse(pkgAcquire *Owner)
    else
       cout << '\r' << BlankLine << '\r' << Buffer << flush;
    if (_config->FindB("Apt::Color", false) == true)
-      cout << _config->Find("APT::Color::Neutral");
+      cout << _config->Find("APT::Color::Neutral") << flush;
 
    memset(BlankLine,' ',strlen(Buffer));
    BlankLine[strlen(Buffer)] = 0;