Eric Pouech Sat, 27 Dec 2003 08:56:05 -0800
- 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