fixing not-part-of-build bustage

This commit is contained in:
ian%hixie.ch 2002-03-13 20:26:50 +00:00
parent 554341e91b
commit becb4c9036

View File

@ -128,7 +128,7 @@ nsDownloadManager::Init()
gRDFService->GetResource(NC_NAMESPACE_URI "StatusText", &gNC_StatusText);
nsCAutoString downloadsDB;
rv = GetProfileDownloadsFileURL(getter_Copies(downloadsDB));
rv = GetProfileDownloadsFileURL(downloadsDB);
if (NS_FAILED(rv)) return rv;
rv = gRDFService->GetDataSourceBlocking(downloadsDB.get(), getter_AddRefs(mDataSource));