3 Apr
2017
3 Apr
'17
9:20 a.m.
https://bugs.winehq.org/show_bug.cgi?id=42736 --- Comment #3 from Zhang Boyang <zhangboyang.id(a)gmail.com> --- Hello, I'm not sure whether directly casting '*format' to 'unsigned char' is appropriate. It seems that the wide-scanf and plain-scanf shares same code. If the code is compiled for wide-scanf, directly casting to 'unsigned char' may introduce new bug, e.g. ((unsigned char) L'\xabcd' == L'\xcd') is true. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.