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.

This commit is contained in:
dbragg%netscape.com 2000-07-19 21:32:37 +00:00
Родитель c393bfd934
Коммит 79de947798
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

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