Re: Fix recently introduced SEGV in DOCFILE IStorage implementation

2005-02-24 Thread Troy Rollo
On Fri, 25 Feb 2005 07:25, Troy Rollo wrote: > On Friday 25 February 2005 03:26, Mike McCormack wrote: > > Thanks for finding this problem. I think the root cause of the problem > > is that three structures that need to be the same require 3 seperate > > tweaks. > > > > Can you confirm that this p

Re: Fix recently introduced SEGV in DOCFILE IStorage implementation

2005-02-24 Thread Troy Rollo
On Thursday 24 February 2005 20:39, Paul Vriens wrote: > Could you send the patch to wine-patches :-). Damn, another typo on my part (I meant it to go there in the first place) On Friday 25 February 2005 03:26, Mike McCormack wrote: > Thanks for finding this problem. I think the root cause of th

Re: Fix recently introduced SEGV in DOCFILE IStorage implementation

2005-02-24 Thread Paul Vriens
On Thu, 2005-02-24 at 17:26, Mike McCormack wrote: > Troy Rollo wrote: > > After changing StorageBaseImpl, StorageInternalImpl was not updated to > > reflect > > the change. > > Thanks for finding this problem. I think the root cause of the problem > is that three structures that need to be th

Fix recently introduced SEGV in DOCFILE IStorage implementation

2005-02-23 Thread Troy Rollo
After changing StorageBaseImpl, StorageInternalImpl was not updated to reflect the change. ChangeLog: Fix SEGV in IStorage implementation due to structure mismatch between StorageBaseImpl and StorageInternalImpl. Index: dlls/ole32/storage32.h ===