2015-07-24 18:55 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)

* src/rtl/vfile.c
    ! fixed typo in my last commit (Thanks to Viktor for verification)
This commit is contained in:
Przemysław Czerpak
2015-07-24 18:55:33 +02:00
parent a173d31af9
commit 7c7099b6dd
2 changed files with 5 additions and 1 deletions

View File

@@ -10,6 +10,10 @@
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
*/
2015-07-24 18:55 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* src/rtl/vfile.c
! fixed typo in my last commit (Thanks to Viktor for verification)
2015-07-24 10:28 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* include/hbapifs.h
* src/rtl/filebuf.c

View File

@@ -764,7 +764,7 @@ HB_FUNC( HB_VFSIZE )
uiError = hb_fsError();
if( pDir )
{
PHB_ITEM pEntry = hb_arrayGetPtr( pDir, 1 );
PHB_ITEM pEntry = hb_arrayGetItemPtr( pDir, 1 );
if( pEntry )
nSize = hb_arrayGetNInt( pEntry, F_SIZE );