fix stupid checkin that should not have landed

git-svn-id: svn://10.0.0.236/trunk@110772 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dougt%netscape.com
2001-12-19 02:43:21 +00:00
parent 734d1915e2
commit f5f19f0637

View File

@@ -2473,7 +2473,7 @@ NS_IMETHODIMP nsLocalFile::GetURL(char * *aURL)
PRBool dir;
rv = IsDirectory(&dir);
NS_ASSERTION(NS_SUCCEEDED(rv), "Cannot tell if this is a directory");
if (NS_SUCCEEDED(rv) && dir && ) {
if (NS_SUCCEEDED(rv) && dir) {
// make sure we have a trailing slash
escPath += "/";
}