On 10 April 2011 07:56, Nikolay Sivov nsivov@codeweavers.com wrote:
Use dpa to store item data
This seems to break text on winecfg tabs for me.
On Monday 11 April 2011 21:14:38 Henri Verbeet wrote:
On 10 April 2011 07:56, Nikolay Sivov nsivov@codeweavers.com wrote:
Use dpa to store item data
This seems to break text on winecfg tabs for me.
They work for me, but when I exit winecfg I get these ERRs:
err:heap:GlobalFree (0x375d0): Page fault occurred ! Caused by bug ? err:heap:GlobalFree (0x37570): Page fault occurred ! Caused by bug ? err:heap:GlobalFree (0x37440): Page fault occurred ! Caused by bug ?
I haven't run a regression test yet.
On Mon, Apr 11, 2011 at 11:14 PM, Henri Verbeet hverbeet@gmail.com wrote:
On 10 April 2011 07:56, Nikolay Sivov nsivov@codeweavers.com wrote:
Use dpa to store item data
This seems to break text on winecfg tabs for me.
Sorry for that, I didn't check how it looks visually.
The problem is that I won't be able to patch anything for a couple of weeks cause I don't have build system with me, so please commit reverting patch if a fix is not obvious.
On 12 April 2011 07:13, Nikolay Sivov bunglehead@gmail.com wrote:
The problem is that I won't be able to patch anything for a couple of weeks cause I don't have build system with me, so please commit reverting patch if a fix is not obvious.
Does the attached patch make sense to you?
On Tue, Apr 12, 2011 at 6:00 PM, Henri Verbeet hverbeet@gmail.com wrote:
On 12 April 2011 07:13, Nikolay Sivov bunglehead@gmail.com wrote:
The problem is that I won't be able to patch anything for a couple of weeks cause I don't have build system with me, so please commit reverting patch if a fix is not obvious.
Does the attached patch make sense to you?
Yes, that's it I think. It's a rather old patch so I don't remember why sizeof() but it looks definitely wrong.
Thanks.