]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Update comment: pformat_data went away years ago.
authorColin Percival <cperciva@daemonology.net>
Tue, 16 Aug 2011 04:43:23 +0000 (00:43 -0400)
committerColin Percival <cperciva@daemonology.net>
Tue, 16 Aug 2011 04:43:23 +0000 (00:43 -0400)
Via: Tarsnap

SVN-Revision: 3615

libarchive/archive_read.c

index bfa60f236dfa185e7967f14ce861e35b84da0312..22805a86cf84154d90134db84f8f75284a0ad039 100644 (file)
@@ -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) {