mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
netfile: one more case of "converting to non-pointer type 'pthread_t'"
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1444 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -1170,7 +1170,7 @@ int f_close(FILE *stream)
|
||||
if(cache[i].fill_thread)
|
||||
pthread_join(cache[i].fill_thread, NULL);
|
||||
|
||||
cache[i].fill_thread = NULL;
|
||||
cache[i].fill_thread = 0;
|
||||
|
||||
dprintf(stderr, "f_close: closing cache\n");
|
||||
rval = fclose(cache[i].fd); /* close the stream */
|
||||
|
Reference in New Issue
Block a user