From: Tim Kientzle Date: Sat, 20 Nov 2010 23:56:41 +0000 (-0500) Subject: The other part of r2794. X-Git-Tag: v3.0.0a~845 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=074425af8306ca1cee208db944c08306c3ebd000;p=thirdparty%2Flibarchive.git The other part of r2794. SVN-Revision: 2795 --- diff --git a/libarchive/archive_read_support_format_tar.c b/libarchive/archive_read_support_format_tar.c index d4f166d19..83fcc4b4d 100644 --- a/libarchive/archive_read_support_format_tar.c +++ b/libarchive/archive_read_support_format_tar.c @@ -377,7 +377,7 @@ archive_read_format_tar_bid(struct archive_read *a) * how much unconsumed data we have floating around, and to consume * anything outstanding since we're going to do read_aheads */ -static inline void +static void tar_flush_unconsumed(struct archive_read *a, size_t *unconsumed) { if (*unconsumed) {