2009-02-04 02:16 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

* contrib/hbwin/win_prn1.c
    ! Typo in prev commit.
This commit is contained in:
Viktor Szakats
2009-02-04 01:18:52 +00:00
parent fcf54d9256
commit a0f5238d44
2 changed files with 5 additions and 1 deletions

View File

@@ -8,6 +8,10 @@
2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2009-02-04 02:16 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbwin/win_prn1.c
! Typo in prev commit.
2009-02-04 02:15 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbwin/win_prn1.c
+ Added support to pass HDCs as numeric parameters

View File

@@ -106,7 +106,7 @@ static HDC win_HDC_par( int iParam )
{
if( ISNUM( iParam ) )
{
return ( HDC ) ( HB_PTRDIFF ) hb_parnint( 1 );
return ( HDC ) ( HB_PTRDIFF ) hb_parnint( iParam );
}
else
{