In file frontend/main.c

Change the two instances of write_audio_file to break if 0 is returned.
Example from one:


Code:
--------------------
    
  -            write_audio_file(aufile, sample_buffer, frameInfo.samples, 0);
  +       if (write_audio_file(aufile, sample_buffer, frameInfo.samples, 0) == 
0 ) break;
  
--------------------


-- 
Triode
------------------------------------------------------------------------
Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
View this thread: http://forums.slimdevices.com/showthread.php?t=16795

_______________________________________________
ripping mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/ripping

Reply via email to