Write-strings warning fix

Andrew Talbot Andrew.Talbot at talbotville.com
Fri Aug 25 13:07:10 CDT 2006


Dan Hipschman wrote:

> The strings are allocated in the lexer (parser.l):
> 
>         yylval.str = xstrdup(kw);
> 
> The patch that was actually committed (using xstrdup) is most consistent.

Thank you for enlightening me on that, Dan. And I am also grateful that the
patch I submitted was kindly improved to that form before being committed.

-- Andy.





More information about the wine-devel mailing list