Fix func 36h (Get free disk space) fails in some redirectors:
- David Maxey's PHANTOM (Undocumented DOS 2nd edition) - Novell CD-ROM extension NWCDEX (DR DOS 7.03)
This commit is contained in:
parent
61647299c6
commit
6be00f83c1
@ -759,6 +759,7 @@ UWORD DosGetFree(UBYTE drive, UWORD * navc, UWORD * bps, UWORD * nc)
|
||||
if (cdsp == NULL)
|
||||
return spc;
|
||||
|
||||
current_ldt = cdsp;
|
||||
if (cdsp->cdsFlags & CDSNETWDRV)
|
||||
{
|
||||
if (remote_getfree(cdsp, rg) != SUCCESS)
|
||||
|
Loading…
Reference in New Issue
Block a user