output/shout: remove pointless memset() call
This commit is contained in:
parent
58487e484f
commit
1c7de0b4ac
|
@ -247,7 +247,6 @@ ShoutOutput::Configure(const config_param ¶m, Error &error)
|
||||||
|
|
||||||
{
|
{
|
||||||
char temp[11];
|
char temp[11];
|
||||||
memset(temp, 0, sizeof(temp));
|
|
||||||
|
|
||||||
snprintf(temp, sizeof(temp), "%u", audio_format.channels);
|
snprintf(temp, sizeof(temp), "%u", audio_format.channels);
|
||||||
shout_set_audio_info(shout_conn, SHOUT_AI_CHANNELS, temp);
|
shout_set_audio_info(shout_conn, SHOUT_AI_CHANNELS, temp);
|
||||||
|
|
Loading…
Reference in New Issue