• Gabriel Ivăncescu's avatar
    kernelbase: Fix grouping repeat for number formatting. · 8d02e4e2
    Gabriel Ivăncescu authored
    Fixes a regression introduced by 56099a31.
    
    LOCALE_SGROUPING's string and the `Grouping` field in NUMBERFMTW are
    confusingly different. The former, which is what is fixed here, treats a '0'
    as a repeat of the previous grouping. But a 0 at the end of the `Grouping`
    field prevents it from repeating (it repeats by default otherwise) so
    it's the opposite. Note that without a '0' in the LOCALE_SGROUPING string,
    it shouldn't even repeat in the first place.
    Signed-off-by: 's avatarGabriel Ivăncescu <gabrielopcode@gmail.com>
    8d02e4e2
Name
Last commit
Last update
..
tests Loading commit data...
Makefile.in Loading commit data...
console.c Loading commit data...
debug.c Loading commit data...
file.c Loading commit data...
kernelbase.h Loading commit data...
kernelbase.rc Loading commit data...
kernelbase.rgs Loading commit data...
kernelbase.spec Loading commit data...
loader.c Loading commit data...
locale.c Loading commit data...
main.c Loading commit data...
memory.c Loading commit data...
path.c Loading commit data...
process.c Loading commit data...
registry.c Loading commit data...
security.c Loading commit data...
string.c Loading commit data...
sync.c Loading commit data...
thread.c Loading commit data...
version.c Loading commit data...
volume.c Loading commit data...
winerror.mc Loading commit data...