diff --git a/ChangeLog.txt b/ChangeLog.txt index 8ff7a6baa2..6c1d8b1775 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -10,6 +10,10 @@ * Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment */ +2015-08-07 16:07 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) + * src/rtl/filesys.c + * removed dummy code left by mistake + 2015-08-07 15:40 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/hbtcpio/tcpio.c * contrib/hbtcpio/hbtcpio.hbx diff --git a/src/rtl/filesys.c b/src/rtl/filesys.c index 00c929eb6a..bad2787c70 100644 --- a/src/rtl/filesys.c +++ b/src/rtl/filesys.c @@ -1221,7 +1221,6 @@ HB_SIZE hb_fsPipeWrite( HB_FHANDLE hPipeHandle, const void * buffer, HB_SIZE nSi } else nWritten = ( HB_SIZE ) iResult; - ( HB_SIZE ) iResult; } #else {