Re: msi: Do not use type value if call to RegQueryValueEx failed.

2007-06-13 Thread Misha Koshelev
On Tue, 2007-06-12 at 23:22 -0700, James Hawkins wrote: > On 6/12/07, Misha Koshelev <[EMAIL PROTECTED]> wrote: > > This is necessary (bug not sufficient, see my comment in the bug report > > that I am about > > to post) to fix bug 8678. > > > > It is also clearly correct, as checking the type "re

RE: msi: Do not use type value if call to RegQueryValueEx failed.

2007-06-13 Thread Koshelev, Misha Vladislavo
PROTECTED] Sent: Wed 6/13/2007 1:22 AM To: wine-devel@winehq.org Cc: Koshelev, Misha Vladislavo Subject: Re: msi: Do not use type value if call to RegQueryValueEx failed. On 6/12/07, Misha Koshelev <[EMAIL PROTECTED]> wrote: > This is necessary (bug not sufficient, see my comment in the b

Re: msi: Do not use type value if call to RegQueryValueEx failed.

2007-06-12 Thread James Hawkins
On 6/12/07, Misha Koshelev <[EMAIL PROTECTED]> wrote: This is necessary (bug not sufficient, see my comment in the bug report that I am about to post) to fix bug 8678. It is also clearly correct, as checking the type "returned" by RegQueryValueEx when it fails makes no sense. size = 0;