simplesound: fixed CHANSRV_PORT_STR undefined error
This commit is contained in:
parent
e7445a2544
commit
47071be4d4
@ -1363,7 +1363,7 @@ read_raw_audio_data(void *arg)
|
||||
}
|
||||
|
||||
strans->trans_data_in = sttrans_data_in;
|
||||
g_snprintf(path, 255, CHANSRV_PORT_STR, g_display_num);
|
||||
g_snprintf(path, 255, CHANSRV_PORT_OUT_STR, g_display_num);
|
||||
|
||||
if (trans_connect(strans, "", path, 100) != 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user