2010-05-31 18:05 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/contrib/hbxpp/binnumx.c
    ! fixed typo in W2BIN() function - problem reported by Bicahi Esgici
      on harbour-user list. Thx.
This commit is contained in:
Przemyslaw Czerpak
2010-05-31 16:05:54 +00:00
parent cdca660e6d
commit 18c1893d52
2 changed files with 6 additions and 1 deletions

View File

@@ -17,6 +17,11 @@
past entries belonging to author(s): Viktor Szakats.
*/
2010-05-31 18:05 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/contrib/hbxpp/binnumx.c
! fixed typo in W2BIN() function - problem reported by Bicahi Esgici
on harbour-user list. Thx.
2010-05-31 15:55 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
+ contrib/gtalleg/gtalleg.hbp
+ contrib/gtalleg/gtallegs.hbp

View File

@@ -87,7 +87,7 @@ HB_FUNC( W2BIN )
char szResult[ 2 ];
HB_U16 uiValue = ( HB_U16 ) hb_parni( 1 );
HB_PUT_LE_UINT16( szResult, uiValue );
hb_retclen( szResult, 4 );
hb_retclen( szResult, 2 );
}
HB_FUNC( F2BIN )