FS: Fix cover text truncation

This commit is contained in:
JordanTheToaster 2024-02-06 00:46:07 +00:00 committed by TellowKrinkle
parent a654e2ac43
commit a7bced02da
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ static std::time_t ConvertFileTimeToUnixTime(const FILETIME& ft)
} }
#endif #endif
static inline bool FileSystemCharacterIsSane(char c, bool strip_slashes) static inline bool FileSystemCharacterIsSane(char32_t c, bool strip_slashes)
{ {
#ifdef _WIN32 #ifdef _WIN32
// https://docs.microsoft.com/en-gb/windows/win32/fileio/naming-a-file?redirectedfrom=MSDN#naming-conventions // https://docs.microsoft.com/en-gb/windows/win32/fileio/naming-a-file?redirectedfrom=MSDN#naming-conventions