X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1a527fbc0a04e474a0fdafe989db43f1eb2b7710..0919e93e5299eb10571120cfb98a3cf8a487dc69:/src/mac/carbon/thread.cpp diff --git a/src/mac/carbon/thread.cpp b/src/mac/carbon/thread.cpp index ef01ae9b20..47638b3416 100644 --- a/src/mac/carbon/thread.cpp +++ b/src/mac/carbon/thread.cpp @@ -542,7 +542,7 @@ void wxThread::Sleep(unsigned long milliseconds) YieldToAnyThread(); Microseconds(&now); msnow = (now.hi * 4294967296.0 + now.lo) ; - } while( msstart - msnow < mssleep ); + } while( msnow - msstart < mssleep ); } int wxThread::GetCPUCount()