Commit 2d8cd767 authored by Aric Stewart's avatar Aric Stewart Committed by Alexandre Julliard

ole32: Properly update the SmallBlockDepotCount when adding more blocks.

parent 492518d0
......@@ -5194,6 +5194,8 @@ static ULONG SmallBlockChainStream_GetNextFreeBlock(
This->parentStorage->base.rootPropertySetIndex,
&rootProp);
}
else
StorageImpl_SaveFileHeader(This->parentStorage);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment