diff --git a/patches/qjackctl/02_fix-less-features-build.patch b/patches/qjackctl/02_fix-less-features-build.patch index c12e8fc..7aa6c8b 100644 --- a/patches/qjackctl/02_fix-less-features-build.patch +++ b/patches/qjackctl/02_fix-less-features-build.patch @@ -7,7 +7,7 @@ index 3f4814d..265b012 100644 s.insert(iPos, ""); #ifndef CONFIG_JACK_XRUN_DELAY - m_tXrunLast.restart(); -+ m_fXrunLast.restart(); ++ m_fXrunLast = 0.0f; updateXrunStats(rx.cap(1).toFloat()); refreshXrunStats(); #endif