From 193e4b6372a9f73b14b515c55cf7f2f97476bcf0 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 11 Jun 2005 11:02:31 +0000 Subject: [PATCH] 2005-06-11 13:01 UTC+0100 Viktor Szakats * source/rtl/idle.c ! Fix to prev. commit. --- harbour/ChangeLog | 7 ++++++- harbour/source/rtl/idle.c | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 07ac6245bf..2a44e9bfec 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,11 @@ 2002-12-01 23:12 UTC+0100 Foo Bar */ +2005-06-11 13:01 UTC+0100 Viktor Szakats + + * source/rtl/idle.c + ! Fix to prev. commit. + 2005-06-09 18:09 UTC+0100 Viktor Szakats * source/rtl/tget.prg @@ -39,7 +44,7 @@ * source/compiler/hbusage.c + Copyright year updated. - * harbour/source/rtl/idle.c + * source/rtl/idle.c * Cleaned up a platform dependent code part. 2005-05-25 09:55 UTC+0300 Alexander Kresin diff --git a/harbour/source/rtl/idle.c b/harbour/source/rtl/idle.c index 4bb75646c5..8576bbc2c7 100644 --- a/harbour/source/rtl/idle.c +++ b/harbour/source/rtl/idle.c @@ -137,7 +137,7 @@ void hb_releaseCPU( void ) #elif defined(HB_OS_UNIX) - #ifdef defined(HB_OS_DARWIN) + #if defined(HB_OS_DARWIN) { usleep( 1 ); }