]> git.saurik.com Git - apt.git/commit
Change InternalReadLine to always use buffer.read() return value
authorJulian Andres Klode <jak@debian.org>
Sat, 26 Dec 2015 21:06:14 +0000 (22:06 +0100)
committerJulian Andres Klode <jak@debian.org>
Sat, 26 Dec 2015 21:46:04 +0000 (22:46 +0100)
commita9024b1be2e26c3c6b1f67093ddbf7602636ec9f
tree07e68722e2d546fd48422cff3d11a519f2bcbb3a
parent2658e1c5487d0bb9c6223cf149a48f47e8d10b4d
Change InternalReadLine to always use buffer.read() return value

This is mostly a documentation issue, as the size we want to
read is always less than or equal to the size of the buffer,
so the return value will be the same as the size argument.

Nonetheless, people wondered about it, and it seems clearer
to just always use the return value.
apt-pkg/contrib/fileutl.cc