mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-14 00:29:17 +01:00
![PixelyIon](/assets/img/avatar_default.png)
The second parameter of `std::string_view::substr` was assumed to be an end position (similar to `std::span`) rather than `count` which it is. As a result of this, it was entirely broken but only held together by a constant factor being subtracted from it which was derived by trial and error. It's now been fixed by returning a count rather than the absolute position.