This commit is contained in:
tildearrow 2022-02-26 05:04:31 -05:00
parent 1a69794efe
commit 217e43dab3
1 changed files with 1 additions and 1 deletions

View File

@ -1165,7 +1165,7 @@ bool DivEngine::addInstrumentFromFile(const char* path) {
if (pathReduxEnd==NULL) {
stripPath=pathRedux;
} else {
for (const char* i=pathRedux; pathRedux!=pathReduxEnd && (*i); i++) {
for (const char* i=pathRedux; i!=pathReduxEnd && (*i); i++) {
stripPath+=*i;
}
}