throw away all NULLs and replace them by 0s
This commit is contained in:
@@ -80,7 +80,7 @@ void Info::Update()
|
||||
if (!ArtistReady)
|
||||
return;
|
||||
|
||||
pthread_join(*Downloader, NULL);
|
||||
pthread_join(*Downloader, 0);
|
||||
w->Flush();
|
||||
delete Downloader;
|
||||
Downloader = 0;
|
||||
|
||||
Reference in New Issue
Block a user