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 b0e48dc157
commit c6fd283d31
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);