Skip to content

Commit b82b58c

Browse files
committed
Fix: Save the correct probe index
1 parent 7f0db1a commit b82b58c

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
@@ -1274,7 +1274,7 @@ void OnixSource::startRecording()
12741274
if (!streamExists)
12751275
return;
12761276

1277-
if (!npx->saveProbeInterfaceFile(dir, streamName))
1277+
if (!npx->saveProbeInterfaceFile(dir, streamName, i))
12781278
return;
12791279
}
12801280
}

0 commit comments

Comments
 (0)