This commit is contained in:
mcmullen%netscape.com 1999-03-20 00:41:14 +00:00
Родитель a6ed5ca0be
Коммит add90a8810
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -496,7 +496,8 @@ nsHistoryDataSource::ReadOneHistoryFile(nsInputFileStream& aStream, const char *
PR_ExplodeTime(time, PR_LocalTimeParameters, &etime);
if (etime.tm_yday == mSessionTime.tm_yday)
{
PR_FREEIF((char*)mCurrentFilePath);
if (mCurrentFilePath)
PR_Free((char*)mCurrentFilePath);
mCurrentFilePath = PL_strdup(fileURL);
}
}