Path cleaning bugfix
This commit is contained in:
parent
624927cd9a
commit
5ff2bf84ef
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue