fix warning (and perhaps wrong behavior) by restoring new-style C++ cast of nsInt64 reference into a PRInt64 when passing to PR_fprintf. This was inadvertantly removed in the recent checkin. rs=jband
git-svn-id: svn://10.0.0.236/trunk@105685 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
068503fa96
commit
f40de0e3d3
@ -189,7 +189,7 @@ PRBool xptiManifest::Write(xptiInterfaceInfoManager* aMgr,
|
||||
(int) i,
|
||||
file.GetName(),
|
||||
(int) file.GetDirectory(),
|
||||
size32, file.GetDate()))
|
||||
size32, PRInt64(file.GetDate())))
|
||||
goto out;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user