[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.16 and 1.17

version 1.16, 2009/09/19 15:56:04 version 1.17, 2009/09/19 16:30:10
Line 179 
Line 179 
         struct safile *f = (struct safile *)file;          struct safile *f = (struct safile *)file;
   
         f->started = 0;          f->started = 0;
         if (!sio_stop(f->hdl)) {          if (!sio_eof(f->hdl) && !sio_stop(f->hdl)) {
                 DPRINTF("safile_stop: sio_stop() filed\n");                  DPRINTF("safile_stop: sio_stop() filed\n");
                 file_close(file);                  file_close(file);
                 return;                  return;

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17