[PATCH v2 4/7] ucrtbase: Implement the new printf corner case behaviour

Piotr Caban piotr.caban at gmail.com
Tue Nov 3 03:15:01 CST 2015


On 11/02/15 22:26, Martin Storsjo wrote:
> -    if (options & ~UCRTBASE_PRINTF_TERMINATION_MASK)
> -        FIXME("options %s not handled\n", wine_dbgstr_longlong(options));
Shouldn't this be changed to:
if(options & ~UCRTBASE_PRINTF_MASK)
     FIXME("...);
instead of being removed?

Thanks,
Piotr



More information about the wine-devel mailing list