2009-02-19 20:13 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/source/vm/thread.c
    * pacified warning
This commit is contained in:
Przemyslaw Czerpak
2009-02-19 19:08:14 +00:00
parent d50ab93482
commit ca1d6300c6
2 changed files with 4 additions and 1 deletions

View File

@@ -8,6 +8,10 @@
2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2009-02-19 20:13 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/vm/thread.c
* pacified warning
2009-02-19 12:59 UTC-0600 Teo Fonrouge (teo/at/windtelsoft/dot/com)
* common.mak
* changed HBM_KDIR from "utils\hbmk" to "utils\hbmk2"

View File

@@ -1007,7 +1007,6 @@ static int hb_threadWait( PHB_THREADSTATE * pThreads, int iThreads,
ts.tv_sec = ts.tv_nsec = 0;
#else
HB_ULONG timer;
BOOL fResult;
if( ulMilliSec != HB_THREAD_INFINITE_WAIT )
timer = hb_dateMilliSeconds() + ulMilliSec;