mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-14 04:03:47 +00:00
More bustage fix for Bug 380250 - passing pointer instead of just the variable
This commit is contained in:
parent
ec40c9a694
commit
b73c31cf8b
@ -1422,7 +1422,7 @@ nsDownload::OnStateChange(nsIWebProgress* aWebProgress,
|
||||
NS_ENSURE_SUCCESS(rv, rv);
|
||||
|
||||
nsAutoString path;
|
||||
rv = file->GetPath(&path);
|
||||
rv = file->GetPath(path);
|
||||
NS_ENSURE_SUCCESS(rv, rv);
|
||||
|
||||
PRUnichar *filePath = ToNewUnicode(path);
|
||||
|
Loading…
x
Reference in New Issue
Block a user