mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-28 13:21:28 +00:00
IRIX bustage - more CRLF - NOT dougt :)
This commit is contained in:
parent
9214262d1e
commit
f885ab6966
@ -1618,9 +1618,9 @@ nsresult nsPluginStreamListenerPeer::SetUpStreamListener(nsIRequest *request,
|
||||
// get Last-Modified header for plugin info
|
||||
if (httpChannel)
|
||||
{
|
||||
char * lastModified = nsnull;
|
||||
if (NS_SUCCEEDED(httpChannel->GetResponseHeader("last-modified", &lastModified)) &&
|
||||
lastModified)
|
||||
char * lastModified = nsnull;
|
||||
if (NS_SUCCEEDED(httpChannel->GetResponseHeader("last-modified", &lastModified)) &&
|
||||
lastModified)
|
||||
{
|
||||
PRTime time64;
|
||||
PR_ParseTimeString(lastModified, PR_TRUE, &time64); //convert string time to interger time
|
||||
|
@ -1618,9 +1618,9 @@ nsresult nsPluginStreamListenerPeer::SetUpStreamListener(nsIRequest *request,
|
||||
// get Last-Modified header for plugin info
|
||||
if (httpChannel)
|
||||
{
|
||||
char * lastModified = nsnull;
|
||||
if (NS_SUCCEEDED(httpChannel->GetResponseHeader("last-modified", &lastModified)) &&
|
||||
lastModified)
|
||||
char * lastModified = nsnull;
|
||||
if (NS_SUCCEEDED(httpChannel->GetResponseHeader("last-modified", &lastModified)) &&
|
||||
lastModified)
|
||||
{
|
||||
PRTime time64;
|
||||
PR_ParseTimeString(lastModified, PR_TRUE, &time64); //convert string time to interger time
|
||||
|
Loading…
x
Reference in New Issue
Block a user