View | Details | Raw Unified | Return to bug 158363
Collapse All | Expand All

(-)tape.c (-1 / +1 lines)
Lines 425-431 Link Here
425
gethdr:
425
gethdr:
426
	volno = newvol;
426
	volno = newvol;
427
	setdumpnum();
427
	setdumpnum();
428
	FLUSHTAPEBUF();
428
	FLUSHTAPEBUF(); numtrec = 0;
429
	if (gethead(&tmpbuf) == FAIL) {
429
	if (gethead(&tmpbuf) == FAIL) {
430
		dprintf(stdout, "header read failed at %ld blocks\n", blksread);
430
		dprintf(stdout, "header read failed at %ld blocks\n", blksread);
431
		fprintf(stderr, "tape is not dump tape\n");
431
		fprintf(stderr, "tape is not dump tape\n");

Return to bug 158363