Fixing mac bustage.

This commit is contained in:
gagan%netscape.com 2000-09-11 07:01:28 +00:00
parent f9ef19da28
commit 3dacfdb699

View File

@ -495,7 +495,7 @@ nsresult nsHTTPResponse::ParseDateHeader(nsIAtom *aAtom,
PRBool *aHeaderIsPresent)
{
nsresult rv;
PRTime time64(0);
PRTime time64;
rv = ParseDateHeader(aAtom, &time64, aHeaderIsPresent);
if (NS_FAILED(rv)) return rv;