ole32: Properly update the SmallBlockDepotCount when adding more blocks.
This commit is contained in:
parent
492518d037
commit
2d8cd767b2
|
@ -5194,6 +5194,8 @@ static ULONG SmallBlockChainStream_GetNextFreeBlock(
|
||||||
This->parentStorage->base.rootPropertySetIndex,
|
This->parentStorage->base.rootPropertySetIndex,
|
||||||
&rootProp);
|
&rootProp);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
StorageImpl_SaveFileHeader(This->parentStorage);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue