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:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user