From cb55c5b4f0662d83d3df4da25f2f87373fabe11d Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Sun, 25 Oct 2015 01:29:05 +0200 Subject: libdpkg: Rename pkg_summary to pkgbin_summary This makes the function name consistent with the existing coding convention, and the other functions that require a pkgbin to operate. --- src/enquiry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/enquiry.c') diff --git a/src/enquiry.c b/src/enquiry.c index 9b1a09372..416194f71 100644 --- a/src/enquiry.c +++ b/src/enquiry.c @@ -169,7 +169,7 @@ static void describebriefly(struct pkginfo *pkg) { l= strlen(pkg->set->name); if (l>20) maxl -= (l-20); - pdesc = pkg_summary(pkg, &pkg->installed, &l); + pdesc = pkgbin_summary(pkg, &pkg->installed, &l); l = min(l, maxl); printf(" %-20s %.*s\n", pkg_name(pkg, pnaw_nonambig), l, pdesc); -- cgit v1.2.3