From 346260eb25d0a00a35b0c294a7b96e80fa0acdb5 Mon Sep 17 00:00:00 2001 From: John Greb Date: Mon, 22 Dec 2014 23:33:44 +0000 Subject: [PATCH] Typo. --- plugins/channel/nfm/nfmdemod.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/channel/nfm/nfmdemod.cpp b/plugins/channel/nfm/nfmdemod.cpp index 14318ae28..36d0bc7b7 100644 --- a/plugins/channel/nfm/nfmdemod.cpp +++ b/plugins/channel/nfm/nfmdemod.cpp @@ -84,7 +84,7 @@ void NFMDemod::feed(SampleVector::const_iterator begin, SampleVector::const_iter sample = demod * 30000; // Display audio spectrum to 12kHz - if (!(m_framedrop & 1)) + if (++m_framedrop & 1) m_sampleBuffer.push_back(Sample(sample, sample)); if(m_squelchState > 0)