[PATCH 2/2] ucrtbase: Extend the printf tests even further

Piotr Caban piotr.caban at gmail.com
Tue May 19 08:39:57 CDT 2020


Hi Martin,

On 5/18/20 2:15 PM, Martin Storsjo wrote:
> +    int bufsizes[] = { 0, 1, sizeof buffer };
Other parts of the file use sizeof with parentheses. Could you please 
also add it here?
> +    unsigned int i, j;
> +
> +    for (j = 0; j < sizeof bufsizes / sizeof bufsizes[0]; j++) {
Please use ARRAY_SIZE(bufsizes).

Thanks,
Piotr



More information about the wine-devel mailing list