diff options
| author | 2019-05-23 13:37:44 -0400 | |
|---|---|---|
| committer | 2019-05-23 13:37:47 -0400 | |
| commit | e3b25399868cd074e6b61dda73484f5b969fc3be (patch) | |
| tree | bd33aab6bdf30ea62f3d24327b4f90a1cc6fd807 /src/common/file_util.cpp | |
| parent | common/file_util: Make IOFile's WriteString take a std::string_view (diff) | |
| download | yuzu-e3b25399868cd074e6b61dda73484f5b969fc3be.tar.gz yuzu-e3b25399868cd074e6b61dda73484f5b969fc3be.tar.xz yuzu-e3b25399868cd074e6b61dda73484f5b969fc3be.zip | |
common/file_util: Remove unnecessary c_str() calls
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.
Diffstat (limited to 'src/common/file_util.cpp')
0 files changed, 0 insertions, 0 deletions