[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.72 and 1.73

version 1.72, 2009/10/10 13:55:37 version 1.73, 2009/10/27 22:21:37
Line 118 
Line 118 
                 return XRUN_SYNC;                  return XRUN_SYNC;
         if (strcmp("error", optarg) == 0)          if (strcmp("error", optarg) == 0)
                 return XRUN_ERROR;                  return XRUN_ERROR;
         errx(1, "%s: underrun/overrun policy", optarg);          errx(1, "%s: bad underrun/overrun policy", optarg);
 }  }
   
 int  int

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