]> git.saurik.com Git - apt.git/commit
copy ReadWrite-error to the bottom to make clang happy
authorDavid Kalnischkies <david@kalnischkies.de>
Mon, 7 Sep 2015 19:14:55 +0000 (21:14 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Mon, 14 Sep 2015 13:22:18 +0000 (15:22 +0200)
commit8f5b67ae1488f5addc70b337aea7aa1ced168550
treeaa52a94664acb9d59be0f389211d343963850dac
parent92b2e38dd1334d7f7a30358124c4fad766ca4666
copy ReadWrite-error to the bottom to make clang happy

clang detects that fd isn't set in the ReadWrite case – just that this
is supposed to be catched earlier in this method already, but it doesn't
hurt to make it explicit here as well and clang is happy, too.

Git-Dch: Ignore
apt-pkg/contrib/fileutl.cc