mirror of
https://github.com/izzy2lost/ppsspp.git
synced 2026-03-10 12:43:04 -07:00
Path cleaning bugfix
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
|
||||
bool applyPathStringToComponentsVector(std::vector<std::string> &vector, const std::string &pathString)
|
||||
{
|
||||
vector.clear();
|
||||
size_t len = pathString.length();
|
||||
size_t start = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user