]> git.saurik.com Git - apt.git/commit
use getline() instead of rolling our own
authorDavid Kalnischkies <david@kalnischkies.de>
Sun, 9 Nov 2014 14:57:43 +0000 (15:57 +0100)
committerDavid Kalnischkies <david@kalnischkies.de>
Sun, 9 Nov 2014 20:45:55 +0000 (21:45 +0100)
commitbf6ac7ca615922c23d1f3cf1963efc5be9c23e32
treec2357a1c24d6ff7495ad01a9ea3de6ce65898d85
parent374f8492e6f109e8427816a8f513e5e8feda9049
use getline() instead of rolling our own

We use it in other places already as well even though it is farly new
addition to the POSIX family with 2008, but rolling our own here is
really something which should be avoided in such a important method.

Git-Dch: Ignore
methods/gpgv.cc