]> git.saurik.com Git - apt.git/commit
call flush on the wrapped writebuffered FileFd
authorDavid Kalnischkies <david@kalnischkies.de>
Sat, 23 Jul 2016 13:24:46 +0000 (15:24 +0200)
committerJulian Andres Klode <jak@debian.org>
Wed, 31 Aug 2016 12:16:10 +0000 (14:16 +0200)
commit689857bec8c01a222d2ce0369a13994920c9155b
tree2f4295c35a02f6e5a88208293a26b6ed9a76d3c7
parent1d33342f8777ee80a365e531a461d284c9d9b5cb
call flush on the wrapped writebuffered FileFd

The flush call is a no-op in most FileFd implementations so this isn't
as critical as it might sound as the only non-trivial implementation is
in the buffered writer, which tends not be used to buffer another
buffer…

(cherry picked from commit 8ca481e8419c19b6ef9074b68cc028177a507161)
apt-pkg/contrib/fileutl.cc