[ros-dev] Re: [ros-diffs] [cwittich] 20720: fix building with MSVC

Thomas Weidenmueller w3seek at reactos.com
Sun Jan 8 20:19:15 CET 2006


cwittich at svn.reactos.org wrote:
> -    GetFileTitle(szFileName, Globals.szFileTitle, sizeof(Globals.szFileTitle));
> 
> +    GetFileTitle(szFileName, Globals.szFileTitle, wcslen(Globals.szFileTitle));

This change is wrong, sizeof(Globals.szFileTitle) is correct. The last
parameter is the size of the buffer the second parameter represents.

- Thomas


More information about the Ros-dev mailing list