فهرست منبع

typo in posix case

David Rose 16 سال پیش
والد
کامیت
006ec7931e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      direct/src/plugin/p3dConditionVar.cxx

+ 1 - 1
direct/src/plugin/p3dConditionVar.cxx

@@ -95,7 +95,7 @@ wait() {
   EnterCriticalSection(&_lock);
 
 #else  // _WIN32
-  int result = pthread_cond_wait(&_cvar, &_mutex._lock);
+  int result = pthread_cond_wait(&_cvar, &_lock);
   assert(result == 0);
 
 #endif  // _WIN32