fixed bug in wxSemaphore::WaitTimeout() which was calling the wrong wxCondition:...
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 6 Dec 2002 23:47:34 +0000 (23:47 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 6 Dec 2002 23:47:34 +0000 (23:47 +0000)
commitde628f984b1f5f57995d9ca3c26dfe79fa3dae59
tree883b36b3e86c289ab596842f4d1d71d7b30a0cd5
parent2c62b3c3a12380d13e9f1b1c21edb01657dbb612
fixed bug in wxSemaphore::WaitTimeout() which was calling the wrong wxCondition::Wait() (bug 642226 and patch 648859)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18079 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/unix/threadpsx.cpp