fixed: stage-time was not set in post-processor (bug introduced in r143)

This commit is contained in:
Andrey Prygunkov
2008-03-09 08:48:21 +00:00
parent 83a405db8b
commit 2e54a182c9

View File

@@ -1207,7 +1207,7 @@ void PrePostProcessor::UpdateParProgress()
if (pPostInfo->GetStage() != eStage)
{
pPostInfo->SetStage(eStage);
pPostInfo->SetStartTime(time(NULL));
pPostInfo->SetStageTime(time(NULL));
}
m_mutexQueue.Unlock();