View | Details | Raw Unified | Return to bug 11656
Collapse All | Expand All

(-)src/filetools.C 1999/05/07 13:09:00 1.3 (-1 / +1 lines)
Lines 517-523 Link Here
517
		delete[] with_drive;
517
		delete[] with_drive;
518
#endif
518
#endif
519
	} else
519
	} else
520
		TempBase = safer_getcwd();
520
		TempBase = GetCWD(); //safer_getcwd();
521
#ifdef __EMX__
521
#ifdef __EMX__
522
	if (AbsolutePath(TempRel))
522
	if (AbsolutePath(TempRel))
523
		return TempBase.substring(0,1) + TempRel;
523
		return TempBase.substring(0,1) + TempRel;

Return to bug 11656