never used value

Origin commit data
------------------
Branch: ni/coolstream
Commit: 6ec13051a1
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-05-06 (Sun, 06 May 2012)


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

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2012-05-06 14:10:48 +02:00
parent 65d1d629ac
commit 256f0787dc
8 changed files with 20 additions and 26 deletions

View File

@@ -1021,7 +1021,7 @@ FILE *f_open(const char *filename, const char *acctype)
case MODE_PLS: {
char *ptr2, /*buf[4096], use local buf from function */ servers[25][1024];
int rval, retries = retry_num;
int /*rval,*/ retries = retry_num;
ptr = NULL;
/* fetch the playlist from the shoutcast directory with our own */
@@ -1037,7 +1037,7 @@ FILE *f_open(const char *filename, const char *acctype)
/* operating system because we don't need/want stream caching for */
/* this operation */
rval = fread(buf, sizeof(char), 4096, fd);
/*rval =*/ fread(buf, sizeof(char), 4096, fd);
f_close(fd);
ptr = strstr(buf, "http://");