Fixing typo that sneaked in when fixing this mornings mac bustage after fixing bug 36681. r=brade

This commit is contained in:
jst%netscape.com 2000-05-25 21:16:06 +00:00
parent 50cefaf678
commit 869e45c506
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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);