From 066ed302dc158f948fa522f78770a58c92f7dfe9 Mon Sep 17 00:00:00 2001 From: Ron Pinkas Date: Thu, 23 Nov 2000 22:59:04 +0000 Subject: [PATCH] Added missing s_bIamIdle = FALSE; --- harbour/source/rtl/idle.c | 1 + 1 file changed, 1 insertion(+) diff --git a/harbour/source/rtl/idle.c b/harbour/source/rtl/idle.c index f99cb1810a..c6a905b821 100644 --- a/harbour/source/rtl/idle.c +++ b/harbour/source/rtl/idle.c @@ -151,6 +151,7 @@ void hb_idleState( void ) hb_vm_bCollectGarbage = TRUE; hb_releaseCPU(); + s_bIamIdle = FALSE; return; }