strip redirs

This commit is contained in:
Glenn Maynard
2003-02-16 05:12:27 +00:00
parent 3b8d26e564
commit 09189d8fde
+2
View File
@@ -625,6 +625,8 @@ CString DerefRedir(const CString &path)
getline(file, sNewFileName);
}
StripCrnl(sNewFileName);
/* Empty is invalid. */
if(sNewFileName == "")
return "";