Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
kiax
iax-no-audio-abort.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File iax-no-audio-abort.diff of Package kiax
Index: iaxclient/lib/iaxclient_lib.c =================================================================== --- iaxclient.orig/lib/iaxclient_lib.c +++ iaxclient/lib/iaxclient_lib.c @@ -595,8 +595,13 @@ EXPORT int iaxc_stop_processing_thread() static int service_audio() { + if (!audio.nDevices) { + printf("ERROR: No audio device open!\n"); + fflush(stdout); + abort(); + } // we do this here to avoid looking at calls[-1] if(selected_call < 0) { static int i=0; if(i++ % 50 == 0) iaxc_do_levels_callback(-99,-99);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor