X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Flist.c;h=2436901bdfbd35a332742059d5f786f2a0ddb002;hb=67a1a0eac50404799328448ae7540696cc3f6c79;hp=98c1e396b3547cb22a5ac590bb24d03b03a9b521;hpb=471c0f76cd1e89814ae50310fc31b82ab18938a2;p=chaz%2Ftar diff --git a/src/list.c b/src/list.c index 98c1e39..2436901 100644 --- a/src/list.c +++ b/src/list.c @@ -141,8 +141,9 @@ read_and (void (*do_something) (void)) status = read_header (false); if (status == HEADER_ZERO_BLOCK) break; - WARN ((0, 0, _("A lone zero block at %s"), - STRINGIFY_BIGINT (current_block_ordinal (), buf))); + WARNOPT (WARN_ALONE_ZERO_BLOCK, + (0, 0, _("A lone zero block at %s"), + STRINGIFY_BIGINT (current_block_ordinal (), buf))); break; } status = prev_status;