if reading from a pipe.
(short_read): Display warning about the deduced record size
if version > 1
{
case ACCESS_READ:
child_pid = sys_child_open_for_uncompress ();
+ read_full_records_option = false;
break;
case ACCESS_WRITE:
/* FIXME: for size=0, multi-volume support. On the first record, warn
about the problem. */
- if (!read_full_records_option && verbose_option
+ if (!read_full_records_option && verbose_option > 1
&& record_start_block == 0 && status > 0)
{
unsigned long rsize = (record_size - left) / BLOCKSIZE;