Skip to content

Commit 0877866

Browse files
committed
Merge upstream changes
2 parents 3f10ff2 + 5109c09 commit 0877866

10 files changed

Lines changed: 1119 additions & 186 deletions

File tree

Source/Plugins/KWIKFormat/FileSource/KwikFileSource.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ void KWIKFileSource::updateActiveRecord()
172172
samplePos=0;
173173
try
174174
{
175-
String path = "/recordings/" + String(availableDataSets[activeRecord]) + "/data";
175+
String path = "/recordings/" + String(availableDataSets[activeRecord.get()]) + "/data";
176176
dataSet = new DataSet(sourceFile->openDataSet(path.toUTF8()));
177177
}
178178
catch (FileIException error)
@@ -275,4 +275,4 @@ bool KWIKFileSource::isReady()
275275
}
276276
else
277277
return true;
278-
}
278+
}

0 commit comments

Comments
 (0)