diff options
Diffstat (limited to '')
-rw-r--r-- | src/icy_server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/icy_server.c b/src/icy_server.c index fe5696cdd..b6c89eaf6 100644 --- a/src/icy_server.c +++ b/src/icy_server.c @@ -70,7 +70,7 @@ icy_server_metadata_string(const char *stream_title, const char* stream_url) meta_length = strlen(icy_metadata); - meta_length--; // substract placeholder + meta_length--; // subtract placeholder meta_length = ((int)meta_length / 16) + 1; |