Doh, next time I'll do #cvs update before complaining that something doesn't work.
The only question I have is: should we use len==0 as indication for size query or leave it as is (buffer==0)? I can't imagine someone using valid pointer when calling GetLocaleInfo to get the size for it. But then who knows what other programmers could do, considering what MSDN says.
Regards
Saturday, December 13, 2003, 1:18:28 PM, you wrote:
Vitaliy Margolen wine-devel@kievinfo.com writes:
I'm not sure if I want to submit a patch for this. There few things that I don't feel comfortable about. Attached is something that fixed the problem for me. But I have a gut feeling this function needs to be redone.
Your feeling is correct, and in fact this function has already been redone some days ago...