IRIX bustage - more CRLF - NOT dougt :)
git-svn-id: svn://10.0.0.236/trunk@95264 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
a123f793fd
commit
9285847d02
@ -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