Fix MAC bustage
git-svn-id: svn://10.0.0.236/trunk@74124 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user