Fix MAC bustage

git-svn-id: svn://10.0.0.236/trunk@74124 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ruslan%netscape.com
2000-07-12 23:20:04 +00:00
parent cd24ad0abe
commit a5bf6f1545

View File

@@ -483,7 +483,7 @@ nsresult nsHTTPResponse::ParseDateHeader(nsIAtom *aAtom,
status = PR_ParseTimeString((const char*)header, PR_TRUE, aResultTime);
if (status != PR_SUCCESS && aResultTime)
*aResultTime = 0;
*aResultTime = LL_Zero ();
return NS_OK;
}