Re: [hhctrl.ocx] Make sure pszCaption and pszFile are never 0

2010-06-26 Thread Reece Dunn
On 26 June 2010 21:52, Jaroslav Šmíd wrote: > Sorry, with txt extension Please resend to the wine-patches mailing list so that Alexandre can pick it up and add a "(RESEND)" to the end of the subject. Thank you for improving Wine, - Reece

Re: [hhctrl.ocx] Make sure pszCaption and pszFile are never 0

2010-06-26 Thread Jaroslav Šmíd
Sorry, with txt extension On Sat, Jun 26, 2010 at 10:52 PM, Jaroslav Šmíd wrote: > Attached > > On Sat, Jun 26, 2010 at 10:43 PM, Sven Baars wrote: >> Charles Davis wrote: >>> >>> On Jun 26, 2010, at 2:32 PM, Jaroslav Šmíd wrote: >>> >>> --- dlls/hhctrl.ocx/chm.c |    4 ++--

Re: [hhctrl.ocx] Make sure pszCaption and pszFile are never 0

2010-06-26 Thread Jaroslav Šmíd
Attached On Sat, Jun 26, 2010 at 10:43 PM, Sven Baars wrote: > Charles Davis wrote: >> >> On Jun 26, 2010, at 2:32 PM, Jaroslav Šmíd wrote: >> >> >>> >>> --- >>> dlls/hhctrl.ocx/chm.c |    4 ++-- >>> 1 files changed, 2 insertions(+), 2 deletions(-) >>> >>> diff --git a/dlls/hhctrl.ocx/chm.c b/dll

Re: [hhctrl.ocx] Make sure pszCaption and pszFile are never 0

2010-06-26 Thread Sven Baars
Charles Davis wrote: On Jun 26, 2010, at 2:32 PM, Jaroslav Šmíd wrote: --- dlls/hhctrl.ocx/chm.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/hhctrl.ocx/chm.c b/dlls/hhctrl.ocx/chm.c index 4c85bd9..f0452fa 100644 --- a/dlls/hhctrl.ocx/chm.c +++ b/dlls/hhct

Re: [hhctrl.ocx] Make sure pszCaption and pszFile are never 0

2010-06-26 Thread Charles Davis
On Jun 26, 2010, at 2:32 PM, Jaroslav Šmíd wrote: > --- > dlls/hhctrl.ocx/chm.c |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/dlls/hhctrl.ocx/chm.c b/dlls/hhctrl.ocx/chm.c > index 4c85bd9..f0452fa 100644 > --- a/dlls/hhctrl.ocx/chm.c > +++ b/dlls/hhctrl.ocx/chm.