Skip to content

Commit

Permalink
Fix getcontrolstate
Browse files Browse the repository at this point in the history
  • Loading branch information
lippit committed Nov 23, 2014
1 parent 8eaaa79 commit 61616bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deckcontrol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ int main(int argc, char *argv[])
BMDDeckControlVTRControlState vtrControlState;
BMDDeckControlStatusFlags flags;
deckControl->GetCurrentState(&mode, &vtrControlState, &flags);
printf("VTR control state: %s\n", STATE_TO_STR(deckError));
printf("VTR control state: %s\n", STATE_TO_STR(vtrControlState));
break;
case PLAY:
deckControl->Play(&deckError);
Expand Down

0 comments on commit 61616bb

Please sign in to comment.