Re: [PATCH] mshtml: fixed second buffer argument to MultiByteToWideChar

2009-02-04 Thread Marcus Meissner
On Wed, Feb 04, 2009 at 02:15:04PM -0600, Austin English wrote: > On Wed, Feb 4, 2009 at 2:11 PM, Marcus Meissner wrote: > > Hi, > > > > Targetbuffer length must not be -1. > > > > Ciao, Marcus > > --- > > dlls/mshtml/editor.c |2 +- > > dlls/mshtml/navigate.c |2 +- > > 2 files changed

Re: [PATCH] mshtml: fixed second buffer argument to MultiByteToWideChar

2009-02-04 Thread Austin English
On Wed, Feb 4, 2009 at 2:11 PM, Marcus Meissner wrote: > Hi, > > Targetbuffer length must not be -1. > > Ciao, Marcus > --- > dlls/mshtml/editor.c |2 +- > dlls/mshtml/navigate.c |2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/dlls/mshtml/editor.c b/dlls/mshtm