From a867f6a312d39b8f1d18bf9212d6ecb26513a31d Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Tue, 7 Oct 2008 16:36:53 +0000 Subject: [PATCH] 2008-10-07 18:36 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/vm/estack.c ! fixed typo in last commit --- harbour/ChangeLog | 4 ++++ harbour/source/vm/estack.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index e6b46932c1..6fe7e5cdc9 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2008-10-07 18:36 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/source/vm/estack.c + ! fixed typo in last commit + 2008-10-07 18:32 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbstack.h * harbour/source/vm/estack.c diff --git a/harbour/source/vm/estack.c b/harbour/source/vm/estack.c index 52c64c4ff0..579e344a6f 100644 --- a/harbour/source/vm/estack.c +++ b/harbour/source/vm/estack.c @@ -181,7 +181,7 @@ static void hb_stack_init( PHB_STACK pStack ) ( * pStack->pItems )->item.asSymbol.stackstate = &pStack->state; pStack->rdd.uiCurrArea = 1; - hb_stack.iKeyPoll = 1; + pStack->iKeyPoll = 1; } static void hb_stack_destroy_TSD( PHB_STACK pStack )