mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-08-12 01:39:06 +00:00
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) {
|
hecl::ProjectPath CDvdFile::ResolvePath(std::string_view path) {
|
||||||
const char* start = path.begin();
|
const auto* start = path.begin();
|
||||||
while (*start == '/') {
|
while (*start == '/') {
|
||||||
++start;
|
++start;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user