ignore slave/engine time-delta when recording.
[ardour.git] / libs / midi++2 / mtc.cc
index d1bb7c9bad673c814c3f5ea1098418b5e7e7b629..affe65ec680dae6c5b8bc88beee5d4c4a99ab7e1 100644 (file)
@@ -300,7 +300,7 @@ Parser::process_mtc_quarter_frame (byte *msg)
 
        switch (_mtc_running) {
        case MTC_Forward:
-               if ((which_quarter_frame == 7)) {
+               if (which_quarter_frame == 7) {
                        
                        /* we've reached the final of 8 quarter frame messages.
                           store the time, reset the pending time holder,