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
This commit is contained in:
jst%netscape.com
2000-05-25 21:16:06 +00:00
parent 932a73c656
commit bdf3919b60
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);