зеркало из https://github.com/mozilla/pjs.git
Fix missed review comment and build bustage from Bug 371542
This commit is contained in:
Родитель
a1bb44ddc1
Коммит
d9ac3e10a9
|
@ -1400,7 +1400,7 @@ nsresult nsEudoraWin32::FoundAddressBook( nsIFileSpec *spec, const PRUnichar *pN
|
|||
NS_ENSURE_SUCCESS(rv, rv);
|
||||
|
||||
nsCOMPtr<nsILocalFile> fileLoc;
|
||||
rv = NS_FileSpecToIFile(fileSpec, getter_AddRefs(fileLoc));
|
||||
rv = NS_FileSpecToIFile(&fileSpec, getter_AddRefs(fileLoc));
|
||||
NS_ENSURE_SUCCESS(rv, rv);
|
||||
|
||||
rv = impSvc->CreateNewABDescriptor( getter_AddRefs( desc));
|
||||
|
|
Загрузка…
Ссылка в новой задаче