Skip to content

Commit 778dc62

Browse files
committed
Make internal name length match string length parsed from config file for audio devs
1 parent e37ae99 commit 778dc62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/audio.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ int audio_open (struct audio_s *pa)
226226
#endif
227227
int chan;
228228
int a;
229-
char audio_in_name[30];
230-
char audio_out_name[30];
229+
char audio_in_name[80];
230+
char audio_out_name[80];
231231

232232

233233
save_audio_config_p = pa;

0 commit comments

Comments
 (0)