* source/vm/arrayshb.c
! More clipper compatible on ADel().
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
2003-09-10 09:45 UTC-0300 Antonio Carlos Pantaglione <toninho@fwi.com.br>
|
||||
* source/vm/arrayshb.c
|
||||
! More clipper compatible on ADel().
|
||||
|
||||
2003-09-09 14:16 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
|
||||
* source/pp/ppcore.c
|
||||
! Bug fixed in preprocessor, reported by Randy Portnoff.
|
||||
|
||||
@@ -189,7 +189,7 @@ HB_FUNC( ADEL )
|
||||
{
|
||||
long int ulPos = 1;
|
||||
|
||||
if( ISNUM( 2 ) )
|
||||
if( ISNUM( 2 ) && hb_parnl( 2 ) )
|
||||
ulPos = hb_parnl( 2 );
|
||||
|
||||
hb_arrayDel( pArray, ulPos );
|
||||
|
||||
Reference in New Issue
Block a user