netfile: fix check (dprintf is a bad macro and needs braces)

Origin commit data
------------------
Branch: ni/coolstream
Commit: 463fa3027e
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-05-29 (Wed, 29 May 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2013-05-29 15:28:01 +02:00
parent 5fa1660f09
commit 3de4736d19

View File

@@ -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);