mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 18:01:06 +02:00
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:
@@ -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