Fix for diskspace() hang
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
20000325-04:58 EST Paul Tucker <ptucker@sympatico.ca>
|
||||
* source/rtl/diskspac.c
|
||||
* un-opted the small opt. (fixed hang)
|
||||
|
||||
20000325-05:30 GMT -3 Luiz Rafael Culik <culik@sl.conex.net>
|
||||
Missed from previos session
|
||||
|
||||
@@ -264,9 +264,10 @@ HB_FUNC( DISKSPACE )
|
||||
with EF_CANDEFAULT above)
|
||||
*/
|
||||
|
||||
if( uiAction != E_RETRY )
|
||||
break;
|
||||
if( uiAction == E_RETRY )
|
||||
continue;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user