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

Diff for /src/usr.bin/aucat/Attic/wav.c between version 1.18 and 1.19

version 1.18, 2010/05/02 11:54:27 version 1.19, 2010/05/08 15:35:45
Line 323 
Line 323 
          * start the device (dev_getpos() and dev_attach() must           * start the device (dev_getpos() and dev_attach() must
          * be called on a started device           * be called on a started device
          */           */
         dev_wakeup(0);          dev_wakeup();
   
         dev_attach(f->pipe.file.name, f->mode,          dev_attach(f->pipe.file.name, f->mode,
             rbuf, &f->hpar, f->join ? dev_opar.cmax - dev_opar.cmin + 1 : 0,              rbuf, &f->hpar, f->join ? dev_opar.cmax - dev_opar.cmin + 1 : 0,

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19