summaryrefslogtreecommitdiffstats
path: root/osdep/terminal-win.c
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2023-11-24 03:07:16 +0100
committerKacper Michajłow <kasper93@gmail.com>2024-03-19 19:56:25 +0100
commitfe29152d063d4c63a27fdf498afc71059186d686 (patch)
treefea51cc6651cec4591f33c905369f5b235758cfa /osdep/terminal-win.c
parentc3843d79de39b6ed695e24e8f325408b342c085f (diff)
downloadmpv-fe29152d063d4c63a27fdf498afc71059186d686.tar.bz2
mpv-fe29152d063d4c63a27fdf498afc71059186d686.tar.xz
win32-console-wrapper: fix printf specifiers
%s is evaluated as wchar_t only in "Windows classic" semantic. It is not C standard compliant. %ls is compatible with both and means the same wchar_t format. This commit fixes error output from mpv.com. See: https://devblogs.microsoft.com/oldnewthing/?p=102823
Diffstat (limited to 'osdep/terminal-win.c')
0 files changed, 0 insertions, 0 deletions