2015-08-07 16:07 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)

* src/rtl/filesys.c
    * removed dummy code left by mistake
This commit is contained in:
Przemysław Czerpak
2015-08-07 16:07:30 +02:00
parent dc5937b990
commit 8bc6d4a0e9
2 changed files with 4 additions and 1 deletions

View File

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

View File

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