• Peter Beutner's avatar
    msvcrt: Fix handling of 'h' prefix in swprintf. · bc83ae9f
    Peter Beutner authored
    - '%hs' in widechar string functions is wrongly recognized as
      a widechar string. Fix this by always checking the prefix first.
    - add testcase
    - remove code duplication in %c/%s handling by moving code into a function.
    bc83ae9f
Name
Last commit
Last update
..
.gitignore Loading commit data...
Makefile.in Loading commit data...
cpp.c Loading commit data...
dir.c Loading commit data...
environ.c Loading commit data...
file.c Loading commit data...
headers.c Loading commit data...
heap.c Loading commit data...
printf.c Loading commit data...
scanf.c Loading commit data...
string.c Loading commit data...
time.c Loading commit data...