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

(-)tape.c 2000/04/03 06:13:57 (-1 / +1 lines)
Lines 315-321 Link Here
315
again:
315
again:
316
       if (pipein)
316
       if (pipein)
317
               done(1); /* pipes do not get a second chance */
317
               done(1); /* pipes do not get a second chance */
318
       if (command == 'R' || command == 'r' || curfile.action != SKIP) {
318
       if (command == 'r' || curfile.action != SKIP) {
319
               newvol = nextvol;
319
               newvol = nextvol;
320
               wantnext = 1;
320
               wantnext = 1;
321
       } else {
321
       } else {

Return to bug 17791