20000417-06:32 GMT+1 Victor Szakats <info@szelvesz.hu>

This commit is contained in:
Viktor Szakats
2000-04-17 04:32:42 +00:00
parent 2e05c047a3
commit 43c3eae12a

View File

@@ -265,7 +265,7 @@ HB_FUNC( ASORT )
{
PHB_ITEM pArray = hb_param( 1, HB_IT_ARRAY );
if( pArray )
if( pArray && ! hb_arrayIsObject( pArray ) )
{
ULONG ulStart = hb_parnl( 2 );
ULONG ulCount = hb_parnl( 3 );