fix 272602 compress commit on clean db was not writing out .msf file, sr=mscott

git-svn-id: svn://10.0.0.236/trunk@166149 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bienvenu%nventure.com 2004-12-02 18:08:16 +00:00
parent 79a2fc3e81
commit baf1b1480d

View File

@ -776,7 +776,7 @@ morkWriter::OnNothingDone(morkEnv* ev)
{
mWriter_Incremental = !mWriter_NeedDirtyAll; // opposites
if (!mWriter_Store->IsStoreDirty())
if (!mWriter_Store->IsStoreDirty() && !mWriter_NeedDirtyAll)
{
mWriter_Phase = morkWriter_kPhaseWritingDone;
return morkBool_kTrue;