0ad/source/lib/file
phosit 47a7f78c9d Change %c to %lc for wchar arguments.
swprintf_s expected an argument of type char (due to %c). Given an
argument of type wchar.
This fixes N7 and N8 from #5288

Refs #5288

Patch By: @animus
Accepted By: @phosit, @vladislavbelov
Differential Revision: https://code.wildfiregames.com/D4993
This was SVN commit r27751.
2023-07-05 07:37:28 +00:00
..
archive Removes possibility to link lowlevel library dynamically. 2022-01-31 06:53:30 +00:00
common Change %c to %lc for wchar arguments. 2023-07-05 07:37:28 +00:00
disabled_tests Remove VFS cache, because it is less effective and less efficient than the OS cache (and partially redundant with higher level application caches). 2017-12-10 17:33:03 +00:00
io Removes possibility to link lowlevel library dynamically. 2022-01-31 06:53:30 +00:00
vfs Change %c to %lc for wchar arguments. 2023-07-05 07:37:28 +00:00
file_system.cpp Ignore broken symlinks instead of crashing on them, fixes #6586. 2023-04-19 16:35:00 +00:00
file_system.h Removes possibility to link lowlevel library dynamically. 2022-01-31 06:53:30 +00:00
file.cpp Make all Wildfire Games copyright headers consistent by always ending with a period and using (C) instead of (c). 2017-07-10 14:26:24 +00:00
file.h Removes possibility to link lowlevel library dynamically. 2022-01-31 06:53:30 +00:00