2010-12-21 17:52 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* src/rdd/dbffpt/dbffpt1.c
    ! Silenced msvc warning.
This commit is contained in:
Viktor Szakats
2010-12-21 16:52:54 +00:00
parent 8f2656c604
commit 3e74803a17
2 changed files with 6 additions and 2 deletions

View File

@@ -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

View File

@@ -466,7 +466,7 @@ static void hb_fptPackGCitems( LPMEMOGCTABLE pGCtable )
j++;
}
}
pGCtable->usItems = j;
pGCtable->usItems = ( HB_USHORT ) j;
}
/*