mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 06:45:33 +00:00
bug 504917 - fix warnings while building updater r=bsmedberg
This commit is contained in:
parent
98326a68b7
commit
63cb9edaab
@ -510,7 +510,7 @@ static int copy_file(const NS_tchar *spath, const NS_tchar *dpath)
|
||||
|
||||
AutoFile sfile = NS_tfopen(spath, NS_T("rb"));
|
||||
if (sfile == NULL || fstat(fileno(sfile), &ss)) {
|
||||
LOG(("copy_file: failed to open or stat: %p," LOG_S ",%d\n", sfile, spath, errno));
|
||||
LOG(("copy_file: failed to open or stat: %p," LOG_S ",%d\n", sfile.get(), spath, errno));
|
||||
return READ_ERROR;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user