2025-01-30 03:56 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* contrib/hbzebra/datamtrx.c
* contrib/sddoci/core.c
* reverted modifications committed by mistake
This commit is contained in:
@@ -7,6 +7,11 @@
|
||||
Entries may not always be in chronological/commit order.
|
||||
See license at the end of file. */
|
||||
|
||||
2025-01-30 03:56 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
* contrib/hbzebra/datamtrx.c
|
||||
* contrib/sddoci/core.c
|
||||
* reverted modifications committed by mistake
|
||||
|
||||
2025-01-30 03:51 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
* src/vm/hvm.c
|
||||
* changed returned type of hb_vmCalcIntWidth() to avoid casting
|
||||
|
||||
@@ -329,8 +329,6 @@ static void _datamatrix_do_placement( PHB_BITBUFFER pBits, unsigned char * pCW,
|
||||
/* Calculate placement size without L-patterns and clock tracks */
|
||||
iPRow = pSize->iRow - 2 * ( pSize->iRow / pSize->iRegionRow );
|
||||
iPCol = pSize->iCol - 2 * ( pSize->iCol / pSize->iRegionCol );
|
||||
if( iPCol < 0 )
|
||||
iPCol = 0;
|
||||
|
||||
pArr = ( int * ) hb_xgrab( sizeof( int ) * iPCol * iPRow );
|
||||
hb_xmemset( pArr, 0, sizeof( int ) * iPCol * iPRow );
|
||||
|
||||
@@ -80,9 +80,6 @@
|
||||
#define D_HB_ITEMPUTSTR( itm, str ) hb_itemPutStrU16( itm, HB_CDP_ENDIAN_NATIVE, str )
|
||||
#define D_HB_ITEMPUTSTRLEN( itm, str, len ) hb_itemPutStrLenU16( itm, HB_CDP_ENDIAN_NATIVE, str, len )
|
||||
#define D_HB_CHAR HB_WCHAR
|
||||
#ifndef ostrlen
|
||||
#define ostrlen wcslen
|
||||
#endif
|
||||
#else
|
||||
#define D_HB_ARRAYGETSTR( arr, n, phstr, plen ) hb_arrayGetStr( arr, n, hb_setGetOSCP(), phstr, plen )
|
||||
#define D_HB_ITEMCOPYSTR( itm, str, len ) hb_itemCopyStr( itm, hb_setGetOSCP(), str, len )
|
||||
@@ -90,9 +87,6 @@
|
||||
#define D_HB_ITEMPUTSTR( itm, str ) hb_itemPutStr( itm, hb_setGetOSCP(), str )
|
||||
#define D_HB_ITEMPUTSTRLEN( itm, str, len ) hb_itemPutStrLen( itm, hb_setGetOSCP(), str, len )
|
||||
#define D_HB_CHAR char
|
||||
#ifndef ostrlen
|
||||
#define ostrlen strlen
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user