]> git.saurik.com Git - apt.git/commit - apt-pkg/contrib/fileutl.cc
Correctly report write errors when flushing buffered writer
authorJulian Andres Klode <jak@debian.org>
Thu, 4 Feb 2016 17:00:42 +0000 (18:00 +0100)
committerJulian Andres Klode <jak@debian.org>
Thu, 4 Feb 2016 17:00:42 +0000 (18:00 +0100)
commit1996a6a785a54efaeddb4ecf5e88fa6070330182
treefc3554c4da66e119f0623b0022c57d0509e2d40b
parent610e13842a3718128c03454c5dfcbde49d323281
Correctly report write errors when flushing buffered writer

We cannot just return false without setting an error,
as InternalWrite does not set one itself.
apt-pkg/contrib/fileutl.cc