mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
move warning to fixme. comment dprint statement
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@73 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -1109,7 +1109,7 @@ FILE *f_open(const char *filename, const char *acctype)
|
|||||||
/* a smarter solution would be to get this info from /etc/mime.types */
|
/* a smarter solution would be to get this info from /etc/mime.types */
|
||||||
|
|
||||||
ptr = strrchr(url.file , '.');
|
ptr = strrchr(url.file , '.');
|
||||||
#warning what about filenames without dots?
|
//#FIXME warning what about filenames without dots?
|
||||||
|
|
||||||
if (ptr++)
|
if (ptr++)
|
||||||
{
|
{
|
||||||
@@ -1137,7 +1137,7 @@ int f_close(FILE *stream)
|
|||||||
{
|
{
|
||||||
int i, rval;
|
int i, rval;
|
||||||
|
|
||||||
dprintf(stderr, "f_close: stream 0x%x\n", stream);
|
// dprintf(stderr, "f_close: stream 0x%x\n", stream);
|
||||||
/* at first, lookup the stream in the stream type table and remove it */
|
/* at first, lookup the stream in the stream type table and remove it */
|
||||||
for(i=0 ; (i<CACHEENTMAX) && (stream_type[i].stream != stream); i++){};
|
for(i=0 ; (i<CACHEENTMAX) && (stream_type[i].stream != stream); i++){};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user