2009-06-12 11:02 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* source/debug/dbgentry.c
* contrib/xhb/hbxml.c
* contrib/hbbtree/hb_btree.c
% hb_itemRelease( hb_itemReturn() ) -> hb_itemReturnRelease()
* contrib/xhb/hbxml.c
! Applied this fix from xhb:
2008-11-06 20:00 UTC+0100 Jose F. Gimenez <jfgimenez/at/wanadoo.es>
! 'Escape' characters, such & or " were not written correctly in node attribute values
! 'Escape' characters in the form &#NN; and &#xHH; were not allowed when reading
This commit is contained in:
@@ -1673,7 +1673,7 @@ HB_FUNC( __DBGGETEXPRVALUE )
|
||||
if( pItem )
|
||||
{
|
||||
hb_storl( TRUE, 3 );
|
||||
hb_itemRelease( hb_itemReturn( pItem ) );
|
||||
hb_itemReturnRelease( pItem );
|
||||
}
|
||||
else
|
||||
hb_storl( FALSE, 3 );
|
||||
@@ -1684,7 +1684,7 @@ HB_FUNC( __DBGGETSOURCEFILES )
|
||||
{
|
||||
void * ptr = hb_parptr( 1 );
|
||||
if( ptr )
|
||||
hb_itemRelease( hb_itemReturn( hb_dbgGetSourceFiles( ptr ) ) );
|
||||
hb_itemReturnRelease( hb_dbgGetSourceFiles( ptr ) );
|
||||
}
|
||||
|
||||
HB_FUNC( __DBGISVALIDSTOPLINE )
|
||||
|
||||
Reference in New Issue
Block a user