From: Colin Percival Date: Tue, 16 Aug 2011 04:43:23 +0000 (-0400) Subject: Update comment: pformat_data went away years ago. X-Git-Tag: v3.0.0a~127 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2f69e00a581dcb060d0c55d41b761f45d76b755;p=thirdparty%2Flibarchive.git Update comment: pformat_data went away years ago. Via: Tarsnap SVN-Revision: 3615 --- diff --git a/libarchive/archive_read.c b/libarchive/archive_read.c index bfa60f236..22805a86c 100644 --- a/libarchive/archive_read.c +++ b/libarchive/archive_read.c @@ -483,7 +483,7 @@ choose_format(struct archive_read *a) best_bid = -1; best_bid_slot = -1; - /* Set up a->format and a->pformat_data for convenience of bidders. */ + /* Set up a->format for convenience of bidders. */ a->format = &(a->formats[0]); for (i = 0; i < slots; i++, a->format++) { if (a->format->bid) {