mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-24 13:13:17 -05:00
off by one
This commit is contained in:
parent
65be62a4d0
commit
dc9c7c96be
@ -263,7 +263,7 @@ DAAP_BLOCK *daap_response_songlist(void) {
|
||||
if(current->conductor)
|
||||
artist_len += strlen(current->conductor);
|
||||
|
||||
artist_len += 3;
|
||||
artist_len += 4;
|
||||
|
||||
artist=(char*)malloc(artist_len);
|
||||
if(artist) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user