From bdf3919b606d0de1abb97ee29f5b8da210dad291 Mon Sep 17 00:00:00 2001 From: "jst%netscape.com" Date: Thu, 25 May 2000 21:16:06 +0000 Subject: [PATCH] Fixing typo that sneaked in when fixing this mornings mac bustage after fixing bug 36681. r=brade git-svn-id: svn://10.0.0.236/trunk@70860 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/content/html/document/src/nsHTMLDocument.cpp | 2 +- mozilla/layout/html/document/src/nsHTMLDocument.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/content/html/document/src/nsHTMLDocument.cpp b/mozilla/content/html/document/src/nsHTMLDocument.cpp index 62c234b0c09..f614920e9bd 100644 --- a/mozilla/content/html/document/src/nsHTMLDocument.cpp +++ b/mozilla/content/html/document/src/nsHTMLDocument.cpp @@ -515,7 +515,7 @@ nsHTMLDocument::StartDocumentLoad(const char* aCommand, char buf[100]; PRInt64 intermediateValue; - LL_I2L(intermediateValue, PR_USEC_PER_SEC); + LL_I2L(intermediateValue, PR_USEC_PER_MSEC); LL_MUL(usecs, modDate, intermediateValue); PR_ExplodeTime(usecs, PR_LocalTimeParameters, &prtime); diff --git a/mozilla/layout/html/document/src/nsHTMLDocument.cpp b/mozilla/layout/html/document/src/nsHTMLDocument.cpp index 62c234b0c09..f614920e9bd 100644 --- a/mozilla/layout/html/document/src/nsHTMLDocument.cpp +++ b/mozilla/layout/html/document/src/nsHTMLDocument.cpp @@ -515,7 +515,7 @@ nsHTMLDocument::StartDocumentLoad(const char* aCommand, char buf[100]; PRInt64 intermediateValue; - LL_I2L(intermediateValue, PR_USEC_PER_SEC); + LL_I2L(intermediateValue, PR_USEC_PER_MSEC); LL_MUL(usecs, modDate, intermediateValue); PR_ExplodeTime(usecs, PR_LocalTimeParameters, &prtime);