mirror of https://github.com/wb2osz/direwolf.git
Fix crash on null output device
This commit is contained in:
parent
cc42ba376a
commit
27e0d4a9a0
|
@ -527,8 +527,8 @@ int audio_open (struct audio_s *pa)
|
|||
audio_out_name);
|
||||
return (-1);
|
||||
}
|
||||
break;
|
||||
#endif
|
||||
break;
|
||||
|
||||
case AUDIO_OUT_TYPE_SDR_UDP:;
|
||||
|
||||
|
|
Loading…
Reference in New Issue