diff --git a/mozilla/netwerk/protocol/http/src/nsHTTPResponse.cpp b/mozilla/netwerk/protocol/http/src/nsHTTPResponse.cpp index 9b3c8b77557..78eb7e92d9a 100644 --- a/mozilla/netwerk/protocol/http/src/nsHTTPResponse.cpp +++ b/mozilla/netwerk/protocol/http/src/nsHTTPResponse.cpp @@ -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; }