From a7bced02dacf005204a71e5c0262bd1ccceafddd Mon Sep 17 00:00:00 2001 From: JordanTheToaster Date: Tue, 6 Feb 2024 00:46:07 +0000 Subject: [PATCH] FS: Fix cover text truncation --- common/FileSystem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/FileSystem.cpp b/common/FileSystem.cpp index 8dd3792021..15cd10d685 100644 --- a/common/FileSystem.cpp +++ b/common/FileSystem.cpp @@ -53,7 +53,7 @@ static std::time_t ConvertFileTimeToUnixTime(const FILETIME& ft) } #endif -static inline bool FileSystemCharacterIsSane(char c, bool strip_slashes) +static inline bool FileSystemCharacterIsSane(char32_t c, bool strip_slashes) { #ifdef _WIN32 // https://docs.microsoft.com/en-gb/windows/win32/fileio/naming-a-file?redirectedfrom=MSDN#naming-conventions