From 409e3193774a116d1900180e4e50f2ac5c9ff78b Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Sat, 15 Mar 2008 11:09:16 +0000 Subject: Update a comment: the format bid only runs once per archive; it no longer runs once per entry. --- lib/libarchive/archive_read_private.h | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'lib') diff --git a/lib/libarchive/archive_read_private.h b/lib/libarchive/archive_read_private.h index 41b62e1f8124..43539831cedf 100644 --- a/lib/libarchive/archive_read_private.h +++ b/lib/libarchive/archive_read_private.h @@ -93,17 +93,10 @@ struct archive_read { /* * Format detection is mostly the same as compression - * detection, with two significant differences: The bidders + * detection, with one significant difference: The bidders * use the read_ahead calls above to examine the stream rather * than having the supervisor hand them a block of data to - * examine, and the auction is repeated for every header. - * Winning bidders should set the archive_format and - * archive_format_name appropriately. Bid routines should - * check archive_format and decline to bid if the format of - * the last header was incompatible. - * - * Again, write support is considerably simpler because there's - * no need for an auction. + * examine. */ struct archive_format_descriptor { -- cgit v1.3