mirror of https://github.com/AxioDL/metaforce.git
CDvdFile: Use auto for string_view::begin
This commit is contained in:
parent
4a8f077d92
commit
36bbc5004f
|
@ -96,7 +96,7 @@ std::shared_ptr<IDvdRequest> CDvdFile::AsyncSeekRead(void* buf, u32 len, ESeekOr
|
|||
}
|
||||
|
||||
hecl::ProjectPath CDvdFile::ResolvePath(std::string_view path) {
|
||||
const char* start = path.begin();
|
||||
const auto* start = path.begin();
|
||||
while (*start == '/') {
|
||||
++start;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue