Re: Remove an assert in StgStreamImpl_Write()

2006-06-16 Thread Mike McCormack
Robert Shearman wrote: Francois Gouget wrote: Changelog: * dlls/ole32/stg_stream.c Aric Stewart <[EMAIL PROTECTED]> Remove an assert and instead just fail. This allows iTunes to finish installing with the reboot. A better fix would be to check the result of IStream_SetSize in t

Re: Remove an assert in StgStreamImpl_Write()

2006-06-16 Thread Robert Shearman
Francois Gouget wrote: Changelog: * dlls/ole32/stg_stream.c Aric Stewart <[EMAIL PROTECTED]> Remove an assert and instead just fail. This allows iTunes to finish installing with the reboot. A better fix would be to check the result of IStream_SetSize in this function, although I