]> git.saurik.com Git - apt.git/commit
fix minimum pkgs option for dpkg --recursive usage
authorDavid Kalnischkies <david@kalnischkies.de>
Sat, 31 Dec 2016 17:23:25 +0000 (18:23 +0100)
committerDavid Kalnischkies <david@kalnischkies.de>
Sat, 31 Dec 2016 17:23:25 +0000 (18:23 +0100)
commit4e18c2cee6da39982cc463cafbf27eab5561099f
treee922f58b7c66c0a1f29808a6cef201254533e48b
parent9544398fce600fb62762c05a8a84231fd1a365b4
fix minimum pkgs option for dpkg --recursive usage

Interpreting a boolean as an int works just fine – it just hasn't the
intended result – it isn't a serious problem through as the disabling of
the usage of this dpkg calling style is just an "optimization"
apt-pkg/deb/dpkgpm.cc