зеркало из https://github.com/mozilla/pjs.git
fix windows build bustage
This commit is contained in:
Родитель
66d1d83fba
Коммит
ce75c24593
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче