2011-01-11 19:17 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* contrib/hbxdiff/hbxdiff.c
    ! Typo in prev.
This commit is contained in:
Viktor Szakats
2011-01-11 18:17:39 +00:00
parent 7d515dd89b
commit 2be06d9e7a
2 changed files with 5 additions and 1 deletions

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2011-01-11 19:17 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbxdiff/hbxdiff.c
! Typo in prev.
2011-01-11 19:12 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbxdiff/hbxdiff.c
+ Added support for codeblocks as callbacks.

View File

@@ -544,7 +544,7 @@ HB_FUNC( XDL_BDIFF )
}
else if( HB_ISBLOCK( 4 ) )
{
PHB_ITEM pBlock = hb_param( 3, HB_IT_BLOCK );
PHB_ITEM pBlock = hb_param( 4, HB_IT_BLOCK );
ecb.priv = ( void * ) pBlock;
ecb.outf = xdlt_outh;