]> git.saurik.com Git - apt.git/commit
drop incorrect parameter implicitely converted to bool
authorDavid Kalnischkies <david@kalnischkies.de>
Sat, 9 May 2015 13:10:55 +0000 (15:10 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Mon, 11 May 2015 15:22:32 +0000 (17:22 +0200)
commit353c135e45d3b76dbecc1ba1b2bd9266601181ee
tree9ea00876f2665087ea2aa14d5a05463c779f2f8f
parentad5a4ac2bccb04f4aa74aeb2cefa90c79ed4b5e9
drop incorrect parameter implicitely converted to bool

The helper expects to be told if it should generate messages, not where
these messages should be printed – as it isn't printing such messages,
but puts them in _error. apt-get uses in other methods a helper
specialisation which does also print stuff to a stream through, so this
is likely a copy&paste error.

Git-Dch: Ignore
cmdline/apt-get.cc