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

Diff for /src/usr.bin/aucat/Attic/safile.c between version 1.8 and 1.9

version 1.8, 2008/12/27 14:18:26 version 1.9, 2008/12/29 17:59:08
Line 165 
Line 165 
   
         if (!sio_start(f->hdl)) {          if (!sio_start(f->hdl)) {
                 DPRINTF("safile_start: sio_start() failed\n");                  DPRINTF("safile_start: sio_start() failed\n");
                   file_close(file);
                 return;                  return;
         }          }
         DPRINTF("safile_start: play/rec started\n");          DPRINTF("safile_start: play/rec started\n");
Line 177 
Line 178 
   
         if (!sio_stop(f->hdl)) {          if (!sio_stop(f->hdl)) {
                 DPRINTF("safile_stop: sio_stop() filed\n");                  DPRINTF("safile_stop: sio_stop() filed\n");
                   file_close(file);
                 return;                  return;
         }          }
         DPRINTF("safile_stop: play/rec stopped\n");          DPRINTF("safile_stop: play/rec stopped\n");

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9