Skip to content

Commit 61616bb

Browse files
committed
Fix getcontrolstate
1 parent 8eaaa79 commit 61616bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deckcontrol.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ int main(int argc, char *argv[])
215215
BMDDeckControlVTRControlState vtrControlState;
216216
BMDDeckControlStatusFlags flags;
217217
deckControl->GetCurrentState(&mode, &vtrControlState, &flags);
218-
printf("VTR control state: %s\n", STATE_TO_STR(deckError));
218+
printf("VTR control state: %s\n", STATE_TO_STR(vtrControlState));
219219
break;
220220
case PLAY:
221221
deckControl->Play(&deckError);

0 commit comments

Comments
 (0)