2016-01-24 13:06 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)

* src/rdd/delim1.c
    ! added missing casting - it fixes problem reported by Franček Prijatelj
This commit is contained in:
Przemysław Czerpak
2016-01-24 13:06:23 +01:00
parent f7317f6135
commit dc0e4e093c
2 changed files with 5 additions and 1 deletions

View File

@@ -10,6 +10,10 @@
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
*/
2016-01-24 13:06 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* src/rdd/delim1.c
! added missing casting - it fixes problem reported by Franček Prijatelj
2016-01-23 13:59 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* contrib/hbformat/hbfmtcls.prg
* applied patch by Maurizio la Cecilia:

View File

@@ -263,7 +263,7 @@ static int hb_delimNextChar( DELIMAREAP pArea )
{
for( ;; )
{
char ch;
unsigned char ch;
if( pArea->nBufferIndex >= pArea->nBufferAtRead &&
pArea->nBufferRead == pArea->nBufferSize )