Use of uninitialized variable in combine_uri()

2010-11-02 Thread Gerald Pfeifer
Hi Thomas, the following change of yours commit bced2e21dbc548ef9d41e3ff11384d7ad964c929 Author: Thomas Mullaly Date: Sat Oct 9 11:02:17 2010 -0400 urlmon: Implemented base case for CoInternetCombineIUri. introduces a new warning, use of uninitialized variable in the line marked "

Re: Use of uninitialized variable in combine_uri()

2010-11-02 Thread Thomas Mullaly
Hi Gerald, On Tue, Nov 2, 2010 at 6:51 PM, Gerald Pfeifer wrote: > Hi Thomas, > > the following change of yours > >  commit bced2e21dbc548ef9d41e3ff11384d7ad964c929 >  Author: Thomas Mullaly >  Date:   Sat Oct 9 11:02:17 2010 -0400 > >    urlmon: Implemented base case for CoInternetCombineIUri.