]> git.saurik.com Git - apt.git/commitdiff
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)
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


No differences found