Ooops. Fix 'component:' URI to have one slash, not two.

This commit is contained in:
waterson%netscape.com 1999-11-29 21:28:46 +00:00
Родитель 593501141b
Коммит 42a2c32aab
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -195,7 +195,7 @@ nsRDFResource::GetDelegate(const char* aKey, REFNSIID aIID, void** aResult)
}
// Construct a ProgID of the form "component:/rdf/delegate/[key]/[scheme]
nsCAutoString progID("component://rdf/delegate-factory/");
nsCAutoString progID("component:/rdf/delegate-factory/");
progID.Append(aKey);
progID.Append("/");