6 Jul
2022
6 Jul
'22
7:32 a.m.
Alexandre Julliard <julliard(a)winehq.org> wrote:
Dmitry Timoshkov <dmitry(a)baikal.ru> writes:
v2: Add a test with leading zero.
Well, the interesting question is whether it would be treated as octal (i.e. leaving it up to wcstoul to detect the base).
Looks like your guess is correct, and leading zero should be treated as an octal number. Thanks for the good review! -- Dmitry.