From 2edfc2e1b6d5d7e28f7401958f87e4ac2ad947de Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 31 Jan 2008 13:13:42 +0000 Subject: [PATCH] 2008-01-31 14:13 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbbtree/hb_btree.c ! Removed HB_ERR_SS_TOOLS reference. --- harbour/ChangeLog | 4 ++++ harbour/contrib/hbbtree/hb_btree.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 337e5686f6..43b81684d6 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +2008-01-31 14:13 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbbtree/hb_btree.c + ! Removed HB_ERR_SS_TOOLS reference. + 2008-01-31 13:00 UTC+0100 Ryszard Glab * source/rdd/Makefile * config/global.cf diff --git a/harbour/contrib/hbbtree/hb_btree.c b/harbour/contrib/hbbtree/hb_btree.c index 4e625fd891..427e0fbcc4 100644 --- a/harbour/contrib/hbbtree/hb_btree.c +++ b/harbour/contrib/hbbtree/hb_btree.c @@ -355,7 +355,7 @@ static void hb_RaiseError( enum hb_BTree_Error_Codes ulSubCode, const char * szD { PHB_ITEM pErr = hb_errRT_New( ES_ERROR /* USHORT uiSeverity */, - HB_ERR_SS_TOOLS /* char * szSubSystem */, + "HBBTREE" /* char * szSubSystem */, EG_ARG /* ULONG ulGenCode */, ulSubCode /* ULONG ulSubCode */, ( char * )szDescription /* char * szDescription */,