mirror of
https://github.com/tildearrow/furnace.git
synced 2025-01-05 15:11:19 +00:00
fix
This commit is contained in:
parent
1a69794efe
commit
217e43dab3
1 changed files with 1 additions and 1 deletions
|
@ -1165,7 +1165,7 @@ bool DivEngine::addInstrumentFromFile(const char* path) {
|
||||||
if (pathReduxEnd==NULL) {
|
if (pathReduxEnd==NULL) {
|
||||||
stripPath=pathRedux;
|
stripPath=pathRedux;
|
||||||
} else {
|
} else {
|
||||||
for (const char* i=pathRedux; pathRedux!=pathReduxEnd && (*i); i++) {
|
for (const char* i=pathRedux; i!=pathReduxEnd && (*i); i++) {
|
||||||
stripPath+=*i;
|
stripPath+=*i;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue