2015-09-15 21:33 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)

* src/rtl/hbproces.c
    * minor formatting
This commit is contained in:
Przemysław Czerpak
2015-09-15 21:33:20 +02:00
parent df5488ccad
commit 964c5df36f
2 changed files with 6 additions and 0 deletions

View File

@@ -10,6 +10,10 @@
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
*/
2015-09-15 21:33 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* src/rtl/hbproces.c
* minor formatting
2015-09-15 21:04 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* src/rtl/hbproces.c
! fixed test for broken pipe when only one pipe to child process is

View File

@@ -1159,6 +1159,7 @@ int hb_fsProcessRun( const char * pszFileName,
if( hProcess != FS_ERROR )
{
#if defined( HB_OS_WIN )
HB_BOOL fFinished = HB_FALSE;
int iPipeCount = 0;
@@ -1283,6 +1284,7 @@ int hb_fsProcessRun( const char * pszFileName,
CloseHandle( ( HANDLE ) hb_fsGetOsHandle( hProcess ) );
#elif defined( HB_OS_OS2 )
HB_MAXINT nTimeOut = 0;
int iPipeCount = 0;