[BACK]Return to aucat.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / aucat

Diff for /src/usr.bin/aucat/aucat.c between version 1.71 and 1.72

version 1.71, 2009/10/10 12:43:09 version 1.72, 2009/10/10 13:55:37
Line 590 
Line 590 
                 if (quit_flag) {                  if (quit_flag) {
                         break;                          break;
                 }                  }
                 if ((!dev_rec || dev_rec->u.io.file == NULL) &&                  if ((dev_mix && LIST_EMPTY(&dev_mix->obuflist)) ||
                     (!dev_play || dev_play->u.io.file == NULL) && !n_flag) {                      (dev_sub && LIST_EMPTY(&dev_sub->ibuflist))) {
                         fprintf(stderr, "device desappeared, terminating\n");                          fprintf(stderr, "device desappeared, terminating\n");
                         break;                          break;
                 }                  }

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72