Fix for nsbeta2+ bug #45653. Removed code that appends a '/' since the call to Append is taking care of that for us. This was resulting in a double slash at the end of the mURL string and the Mac gagged on it.

git-svn-id: svn://10.0.0.236/trunk@74477 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbragg%netscape.com 2000-07-19 21:32:37 +00:00
parent 5cdd26357c
commit bc96ad79ee

View File

@ -90,8 +90,6 @@ PRInt32 nsRegisterItem::Prepare()
if (!isDir)
mURL.Append("!/");
else
mURL.Append("/");
}
return nsInstall::SUCCESS;