mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-20 07:13:56 -07:00
This fixes the problem where passing a non-ASCII string to debug_printf(L"%hs", s) caused vswprintf_s to fail on Linux (because it doesn't know what encoding the char* is meant to have). Now debug messages will remain as UTF-8 until they reach the OS. Fixes #3021. This was SVN commit r16332. |
||
|---|---|---|
| .. | ||
| tests | ||
| file_cache.cpp | ||
| file_cache.h | ||
| vfs.cpp | ||
| vfs.h | ||
| vfs_lookup.cpp | ||
| vfs_lookup.h | ||
| vfs_path.cpp | ||
| vfs_path.h | ||
| vfs_populate.cpp | ||
| vfs_populate.h | ||
| vfs_tree.cpp | ||
| vfs_tree.h | ||
| vfs_util.cpp | ||
| vfs_util.h | ||