| 150 |
|
|
| 151 |
do |
do |
| 152 |
{ |
{ |
| 153 |
enum read_header status = read_header (1); |
enum read_header status = read_header (true); |
| 154 |
|
|
| 155 |
switch (status) |
switch (status) |
| 156 |
{ |
{ |
| 189 |
/* Fall through. */ |
/* Fall through. */ |
| 190 |
|
|
| 191 |
case HEADER_SUCCESS: |
case HEADER_SUCCESS: |
| 192 |
|
case HEADER_SUCCESS_EXTENDED: |
| 193 |
case HEADER_ZERO_BLOCK: |
case HEADER_ZERO_BLOCK: |
| 194 |
ERROR ((0, 0, _("Skipping to next header"))); |
ERROR ((0, 0, _("Skipping to next header"))); |
| 195 |
/* Fall through. */ |
/* Fall through. */ |
| 239 |
|
|
| 240 |
if (current_block == record_end) |
if (current_block == record_end) |
| 241 |
flush_archive (); |
flush_archive (); |
| 242 |
status = read_header (0); |
status = read_header (false); |
| 243 |
|
|
| 244 |
if (status == HEADER_ZERO_BLOCK && ignore_zeros_option) |
if (status == HEADER_ZERO_BLOCK && ignore_zeros_option) |
| 245 |
{ |
{ |