mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
netfile: fix check (dprintf is a bad macro and needs braces)
This commit is contained in:
@@ -421,9 +421,9 @@ int request_file(URL *url)
|
||||
|
||||
if(meta_int)
|
||||
{
|
||||
if (slot < 0)
|
||||
if (slot < 0) {
|
||||
dprintf(stderr, "error: meta_int != 0 && slot < 0");
|
||||
else {
|
||||
} else {
|
||||
/* hook in the filter function if there is meta */
|
||||
/* data present in the stream */
|
||||
cache[slot].filter_arg = ShoutCAST_InitFilter(meta_int);
|
||||
|
Reference in New Issue
Block a user