2012-10-16 20:58 UTC+0200 Viktor Szakats (harbour syenar.net)

* contrib/hbzebra/codabar.c
    ! minor correction to prev
This commit is contained in:
Viktor Szakats
2012-10-16 18:59:14 +00:00
parent 56c37cd3ba
commit bd55c2b305
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.
*/
2012-10-16 20:58 UTC+0200 Viktor Szakats (harbour syenar.net)
* contrib/hbzebra/codabar.c
! minor correction to prev
2012-10-16 20:34 UTC+0200 Viktor Szakats (harbour syenar.net)
* contrib/hbnf/descendn.c
+ enabled FT_DESCEND() for all platforms

View File

@@ -159,7 +159,7 @@ PHB_ZEBRA hb_zebra_create_codabar( const char * szCode, HB_SIZE nLen, int iFlags
for( i = 0; i < iLen; i++ )
{
HB_ISIZ no = _codabar_charno( szCode[ i ] );
int no = _codabar_charno( szCode[ i ] );
_codabar_add( pZebra->pBits, s_code[ no ], iFlags, i > 0 && no >= 16 );
}