mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-12 10:40:12 +00:00
fix expected os/2 bustage
This commit is contained in:
parent
cbae4cb0a5
commit
cc20a397bf
@ -1175,7 +1175,7 @@ FileSystemDataSource::GetVolumeList(nsISimpleEnumerator** aResult)
|
||||
{
|
||||
if (nsnull != (url = PR_smprintf("file:///%c|/", volNum + 'A')))
|
||||
{
|
||||
rv = gRDFService->GetResource(url, getter_AddRefs(vol));
|
||||
rv = gRDFService->GetResource(nsDependentCString(url), getter_AddRefs(vol));
|
||||
PR_Free(url);
|
||||
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
|
Loading…
x
Reference in New Issue
Block a user