зеркало из https://github.com/mozilla/gecko-dev.git
Patch from Michael Lowe (part of #5473) replace true by PR_TRUE
This commit is contained in:
Родитель
64f5c7dbe1
Коммит
6145ac6cde
|
@ -316,7 +316,7 @@ nsresult nsFileSpec::Copy(const nsFileSpec& inParentDirectory) const
|
|||
nsCRT::free(leafname);
|
||||
|
||||
// CopyFile returns non-zero if succeeds
|
||||
int copyOK = CopyFile(GetCString(), destPath, true);
|
||||
int copyOK = CopyFile(GetCString(), destPath, PR_TRUE);
|
||||
if (copyOK)
|
||||
return NS_OK;
|
||||
}
|
||||
|
|
|
@ -316,7 +316,7 @@ nsresult nsFileSpec::Copy(const nsFileSpec& inParentDirectory) const
|
|||
nsCRT::free(leafname);
|
||||
|
||||
// CopyFile returns non-zero if succeeds
|
||||
int copyOK = CopyFile(GetCString(), destPath, true);
|
||||
int copyOK = CopyFile(GetCString(), destPath, PR_TRUE);
|
||||
if (copyOK)
|
||||
return NS_OK;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче