mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-16 13:22:41 +00:00
9daa7baef7
The file stream open functions have supported std::string overloads since C++11, so we don't need to use c_str() here. Same behavior, less code.