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

Diff for /src/usr.bin/cdio/rip.c between version 1.19 and 1.20

version 1.19, 2022/10/07 19:59:19 version 1.20, 2022/10/10 14:52:02
Line 402 
Line 402 
                             (sio_write(ti->hdl, sec, blksize) == 0)) {                              (sio_write(ti->hdl, sec, blksize) == 0)) {
                                 sio_close(ti->hdl);                                  sio_close(ti->hdl);
                                 ti->hdl = NULL;                                  ti->hdl = NULL;
                                   free(sec);
                                 fprintf(stderr, "\nerror while writing to audio "                                  fprintf(stderr, "\nerror while writing to audio "
                                     "output\n");                                      "output\n");
                                 return (-1);                                  return (-1);

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