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
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
* 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
|
||||
|
||||
@@ -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 );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user