mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-27 13:45:42 -04:00
Common/FileSystem: Fix a compile error on macOS
This commit is contained in:
parent
d3f87dc357
commit
6624660b0d
@ -1306,7 +1306,7 @@ static u32 RecursiveFindFiles(const char* OriginPath, const char* ParentPath, co
|
||||
// TODO string formatter, clean this mess..
|
||||
if (!(Flags & FILESYSTEM_FIND_RELATIVE_PATHS))
|
||||
{
|
||||
outData.FileName = std::string(full_path);
|
||||
outData.FileName = std::string(full_path.GetCharArray());
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user