0ad/source/lib/file/vfs
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 Remove executable bit on some source files. 2021-09-12 18:41:51 +00:00
vfs.cpp Adds std namespace to shared_ptr usages in lib. 2021-05-22 19:32:38 +00:00
vfs.h Removes possibility to link lowlevel library dynamically. 2022-01-31 06:53:30 +00:00
vfs_lookup.cpp Make real directory paths on the VFS predictable (retry) 2021-03-23 12:46:59 +00:00
vfs_lookup.h Make real directory paths on the VFS predictable (retry) 2021-03-23 12:46:59 +00:00
vfs_path.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
vfs_path.h Further header & precompiled cleanup, fix no-PCH builds. 2020-12-09 14:39:14 +00:00
vfs_populate.cpp Make real directory paths on the VFS predictable (retry) 2021-03-23 12:46:59 +00:00
vfs_populate.h 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
vfs_tree.cpp Change %c to %lc for wchar arguments. 2023-07-05 07:37:28 +00:00
vfs_tree.h 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
vfs_util.cpp Don't clear pathnames in vfs::GetPathnames so it can be called several times. 2019-05-28 10:18:04 +00:00
vfs_util.h 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