]> Dogcows Code - chaz/tar/blobdiff - src/compare.c
Implement the --warning option.
[chaz/tar] / src / compare.c
index 66205cb7e34fb63416179da0937fd755b3249e85..da03d86d572aa1a797deb94066cc2b9aad4afbd3 100644 (file)
@@ -609,8 +609,9 @@ verify_volume (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)));
             }
        }
       
This page took 0.023016 seconds and 4 git commands to generate.