mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +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
Origin commit data
------------------
Commit: f4031a5258
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-05-07 (Sat, 07 May 2011)
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