FindWindow should not match against partial names

Eric Pouech pouech-eric at wanadoo.fr
Sat Dec 27 09:49:32 CST 2003


Mike Hearn wrote:
> -            if (GetWindowTextW( list[i], buffer, len ) && !strcmpiW( buffer, title )) break;
a simpler fix would be to use len + 1 instead of len here.
A+
-- 
Eric Pouech




More information about the wine-devel mailing list