mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +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(meta_int)
|
||||||
{
|
{
|
||||||
if (slot < 0)
|
if (slot < 0) {
|
||||||
dprintf(stderr, "error: meta_int != 0 && slot < 0");
|
dprintf(stderr, "error: meta_int != 0 && slot < 0");
|
||||||
else {
|
} else {
|
||||||
/* hook in the filter function if there is meta */
|
/* hook in the filter function if there is meta */
|
||||||
/* data present in the stream */
|
/* data present in the stream */
|
||||||
cache[slot].filter_arg = ShoutCAST_InitFilter(meta_int);
|
cache[slot].filter_arg = ShoutCAST_InitFilter(meta_int);
|
||||||
|
Reference in New Issue
Block a user