diff --git a/ChangeLog.txt b/ChangeLog.txt index 606d653def..50eba097fe 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -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 diff --git a/src/rtl/hbproces.c b/src/rtl/hbproces.c index 331d079fae..8635af5304 100644 --- a/src/rtl/hbproces.c +++ b/src/rtl/hbproces.c @@ -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;