Browse Source

Fix qjackctl patch

tags/v1.0
falkTX 4 years ago
parent
commit
e3dc124e2c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      patches/qjackctl/02_fix-less-features-build.patch

+ 1
- 1
patches/qjackctl/02_fix-less-features-build.patch View File

@@ -7,7 +7,7 @@ index 3f4814d..265b012 100644
s.insert(iPos, "<font color=\"#cc0000\">");
#ifndef CONFIG_JACK_XRUN_DELAY
- m_tXrunLast.restart();
+ m_fXrunLast.restart();
+ m_fXrunLast = 0.0f;
updateXrunStats(rx.cap(1).toFloat());
refreshXrunStats();
#endif


Loading…
Cancel
Save