0ad/source/lib/file/common
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
..
tests 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_loader.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_loader.h Adds std namespace to shared_ptr usages in lib. 2021-05-22 19:32:38 +00:00
file_stats.cpp 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
file_stats.h 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
real_directory.cpp Adds std namespace to shared_ptr usages in lib. 2021-05-22 19:32:38 +00:00
real_directory.h Adds std namespace to shared_ptr usages in lib. 2021-05-22 19:32:38 +00:00
trace.cpp Change %c to %lc for wchar arguments. 2023-07-05 07:37:28 +00:00
trace.h Adds std namespace to shared_ptr usages in lib. 2021-05-22 19:32:38 +00:00