diff --git a/src/daap.c b/src/daap.c index 88120cd7..d77be1cf 100644 --- a/src/daap.c +++ b/src/daap.c @@ -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) {