7 Mar
2024
7 Mar
'24
11:13 a.m.
Piotr Caban (@piotr) commented about dlls/msvcrt/scanf.c:
_locale_t locale, va_list valist) { - if (options & ~_CRT_INTERNAL_SCANF_SECURECRT) + static unsigned int once; + + if ((options & ~_CRT_INTERNAL_SCANF_SECURECRT) && !once++) FIXME("options %#I64x not handled\n", options);
What's the value of flag that we don't support? Do you know how hard it is to implement missing flag instead of disabling FIXME message? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5254#note_63824