diff --git a/harbour/ChangeLog b/harbour/ChangeLog index a86cd399d4..b81704b066 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2010-12-21 17:52 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * src/rdd/dbffpt/dbffpt1.c + ! Silenced msvc warning. + 2010-12-21 17:17 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbexprop.h * removed unused declaration @@ -31,7 +35,7 @@ 2010-12-21 16:11 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbct/video.c - ! Silenced msvc warning. + ! Silenced msvc warnings. 2010-12-21 14:12 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/mapi.c diff --git a/harbour/src/rdd/dbffpt/dbffpt1.c b/harbour/src/rdd/dbffpt/dbffpt1.c index c062b9e5ec..8618846471 100644 --- a/harbour/src/rdd/dbffpt/dbffpt1.c +++ b/harbour/src/rdd/dbffpt/dbffpt1.c @@ -466,7 +466,7 @@ static void hb_fptPackGCitems( LPMEMOGCTABLE pGCtable ) j++; } } - pGCtable->usItems = j; + pGCtable->usItems = ( HB_USHORT ) j; } /*