Skip to content

Commit 39e5f6f

Browse files
committed
Fix: Save the correct probe index
1 parent 390d13f commit 39e5f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/OnixSource.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1285,7 +1285,7 @@ void OnixSource::startRecording()
12851285
if (!streamExists)
12861286
return;
12871287

1288-
if (!npx->saveProbeInterfaceFile(dir, streamName))
1288+
if (!npx->saveProbeInterfaceFile(dir, streamName, i))
12891289
return;
12901290
}
12911291
}

0 commit comments

Comments
 (0)