This commit is contained in:
scc%mozilla.org 2001-06-29 13:58:33 +00:00
Родитель 66d1d83fba
Коммит ce75c24593
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1340,7 +1340,7 @@ nsHTTPIndex::isWellknownContainerURI(nsIRDFResource *r)
GetDestination(r,uri);
if ((uri.get()) && (!strncmp(uri, kFTPProtocol, sizeof(kFTPProtocol) - 1))) {
if (uri[strlen(uri)-1] == '/') {
if (uri.Last() == '/') {
isContainerFlag = PR_TRUE;
}
}