[PATCH] comctl32: Fixed strncpy (Coverity)

GOUJON Alexandre ale.goujon at gmail.com
Tue Jun 28 13:40:58 CDT 2011


...
> What is wrong with:
> 	buff[0] = 'x';
> 	buff[1] = 0;
>
> 	David
and why not
buff = { 'x', '\0' };



More information about the wine-devel mailing list