dosfns.c: only copy to current_ldt if pointer is valid

This commit is contained in:
C. Masloch 2019-02-11 15:06:47 +01:00 committed by Kenneth J Davis
parent 6fbb1d0043
commit 61647299c6
1 changed files with 0 additions and 1 deletions

View File

@ -957,7 +957,6 @@ COUNT DosChangeDir(BYTE FAR * s)
Some redirectors do not write back to the CDS.
SHSUCdX needs this. jt
*/
fstrcpy(current_ldt->cdsCurrentPath, PriPathName);
if (FP_OFF(current_ldt) != 0xFFFF)
{
fstrcpy(current_ldt->cdsCurrentPath, PriPathName);