From e81317ba4da37fc066a8b81fb173b64536c9878f Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Wed, 8 Feb 2006 14:19:39 +0000 Subject: [PATCH] 2006-02-08 15:17 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/rdd/dbcmd.c ! warning I introduced in last commit cleanup --- harbour/ChangeLog | 4 ++++ harbour/source/rdd/dbcmd.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 73221ae9cd..4ac2833ac1 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ * fixed <-x-> match marker +2006-02-08 15:17 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/source/rdd/dbcmd.c + ! warning I introduced in last commit cleanup + 2006-02-08 14:05 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/rtl/gtdos/gtdos.c * updated copyright message with authors from removed mousedos.c diff --git a/harbour/source/rdd/dbcmd.c b/harbour/source/rdd/dbcmd.c index 7987005c02..63aa982b99 100644 --- a/harbour/source/rdd/dbcmd.c +++ b/harbour/source/rdd/dbcmd.c @@ -3832,7 +3832,7 @@ HB_FUNC( __DBARRANGE ) /* Free items */ if( dbSortInfo.lpdbsItem ) hb_xfree( dbSortInfo.lpdbsItem ); - if( dbSortInfo.dbtri.lpTransItems > 0 ) + if( dbSortInfo.dbtri.lpTransItems ) hb_xfree( dbSortInfo.dbtri.lpTransItems ); } }