mirror of
https://github.com/tildearrow/furnace.git
synced 2025-01-03 14:11:11 +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) {
|
||||
stripPath=pathRedux;
|
||||
} else {
|
||||
for (const char* i=pathRedux; pathRedux!=pathReduxEnd && (*i); i++) {
|
||||
for (const char* i=pathRedux; i!=pathReduxEnd && (*i); i++) {
|
||||
stripPath+=*i;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue