]> git.saurik.com Git - apt.git/commit
Fix handling of autoclosing for compressed files (Closes: #741685)
authorJulian Andres Klode <jak@debian.org>
Sat, 15 Mar 2014 16:59:47 +0000 (17:59 +0100)
committerJulian Andres Klode <jak@debian.org>
Sat, 15 Mar 2014 17:03:42 +0000 (18:03 +0100)
commitf6ffe501d432d1299808ae307936877cf2c5f8ce
tree85bd5c7582ddb3fc64115c1a08c059d102b59ef3
parent574d8d43f755019c7223fe128b22b27fd836017d
Fix handling of autoclosing for compressed files (Closes: #741685)

AutoClose is both an argument in OpenDescriptor() and an enum. In
commit 84baaae93badc2da7c1f4f356456762895cef278 code using the AutoClose
parameter was moved to OpenDescriptorInternal(). In that function,
AutoClose meant the enum value, so the check was always false.
apt-pkg/contrib/fileutl.cc