mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-12 10:48:39 -04:00
Fixes to allow Compilation using VC++ 12
Some minor fixes and tweaks to allow compilation under Visual C++ 12. This doesn't include changes that I need to make to the build generation.
This commit is contained in:
@@ -262,7 +262,7 @@ void SDRThread::threadMain() {
|
||||
double time_slice = (double) n_read / (double) sampleRate;
|
||||
seconds += time_slice;
|
||||
|
||||
if (iqDataOutQueue != NULL) {
|
||||
if (iqDataOutQueue.load() != NULL) {
|
||||
iqDataOutQueue.load()->push(dataOut);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user