mirror of
http://mpg123.de/trunk/.git
synced 2025-07-31 13:24:22 +03:00
Essential part of ICY support. It's in reader and http_open.
Missing is only proper output - and, that it actually works:-/ There is something fishy in the reader... git-svn-id: svn://scm.orgis.org/mpg123/trunk@536 35dc7657-300d-0410-a2e5-dc2837fedb53
This commit is contained in:
@ -57,7 +57,7 @@ sub printdefs
|
||||
unshift(@args, '') if(@args);
|
||||
print ' #define '.$type.($i > 1 ? ($i-1) : '').'(s';
|
||||
print join(', ', @args).') ';
|
||||
if($forreal){ print 'fprintf(stderr, "[" __FILE__ ":%i] '.$type.': " s "\n", __LINE__'.join(', ', @args).")\n"; }
|
||||
if($forreal){ print 'fprintf(stderr, "[" __FILE__ ":%i] '.$type.': " s "\n", __LINE__'.join(', ', @args).");\n"; }
|
||||
else{ print "{}\n"; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user