fix
This commit is contained in:
parent
667434cadc
commit
6f4c323378
1 changed files with 1 additions and 1 deletions
|
|
@ -61,6 +61,6 @@ void MDEThreadDestroy(MDEThread thread) {
|
|||
|
||||
void MDEThreadJoin(MDEThread thread) {
|
||||
void* p;
|
||||
pthread_join(thread, &p);
|
||||
pthread_join(*(pthread_t*)thread, &p);
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue