mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-10-10 15:59:59 +02:00
Fix linux bug
This commit is contained in:
@@ -103,7 +103,7 @@ namespace dsp {
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
ctrlMtx.lock();
|
generic_block<PolyphaseResampler<T>>::ctrlMtx.lock();
|
||||||
|
|
||||||
int outCount = calcOutSize(count);
|
int outCount = calcOutSize(count);
|
||||||
|
|
||||||
@@ -131,7 +131,7 @@ namespace dsp {
|
|||||||
|
|
||||||
memmove(buffer, &buffer[count], tapsPerPhase * sizeof(T));
|
memmove(buffer, &buffer[count], tapsPerPhase * sizeof(T));
|
||||||
|
|
||||||
ctrlMtx.unlock();
|
generic_block<PolyphaseResampler<T>>::ctrlMtx.unlock();
|
||||||
|
|
||||||
return count;
|
return count;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user