Temporary fix for build bustage.

This commit is contained in:
rjc%netscape.com 1999-07-14 22:50:41 +00:00
Родитель abc62f8ec2
Коммит e78f714954
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -895,7 +895,9 @@ BookmarkParser::AssertTime(nsIRDFResource* aSource,
{
// Convert to a date literal
PRInt64 dateVal;
#ifdef BUG_NEEDS_FIXING
LL_MUL32(dateVal, aTime, PR_USEC_PER_SEC); // convert from seconds to microseconds (PRTime)
#endif
nsIRDFDate *dateLiteral;
if (NS_FAILED(rv = gRDF->GetDateLiteral(dateVal, &dateLiteral)))