[PATCH v3 6/7] ucrtbase: Handle the C99 'z' size_t specifier for integers

Piotr Caban piotr.caban at gmail.com
Tue Nov 3 10:51:58 CST 2015


On 11/03/15 11:12, Martin Storsjo wrote:
> +        vsprintf_wrapper(UCRTBASE_PRINTF_LEGACY_MSVCRT_COMPATIBILITY, buf, sizeof(buf), "%zx %d", (size_t) 0x12345678123456, 1);
Please avoid adding such long lines without a good reason.

Thanks,
Piotr



More information about the wine-devel mailing list