Re: [PATCH] ucrtbase: Add __stdio_common_vfwscanf
12 Aug
2016
12 Aug
'16
9:45 a.m.
On 08/11/16 19:27, Daniel Lehman wrote:
+ if (options & ~UCRTBASE_SCANF_MASK) + FIXME("options %s not handled\n", wine_dbgstr_longlong(options)); + if (options & UCRTBASE_SCANF_SECURECRT) It would be better to compare options with UCRTBASE_SCANF_SECURECRT when printing FIXME message. Your implementation doesn't support any other options.
Thanks, Piotr
3499
Age (days ago)
3499
Last active (days ago)
0 comments
1 participants
participants (1)
-
Piotr Caban