mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-10 04:37:37 +01:00
fix RFNM source on MacOS
This commit is contained in:
parent
fe7299c18a
commit
33a7795de1
@ -168,7 +168,7 @@ private:
|
|||||||
if (path == RFNM_PATH_NULL) { continue; }
|
if (path == RFNM_PATH_NULL) { continue; }
|
||||||
|
|
||||||
// Get the path
|
// Get the path
|
||||||
PathConfig pc = { path, offset + i, (1 << (offset + i + 8))};
|
PathConfig pc = { path, offset + i, (uint16_t)(1 << (offset + i + 8))};
|
||||||
|
|
||||||
// If it's not in the list, add it
|
// If it's not in the list, add it
|
||||||
if (!paths.valueExists(pc)) {
|
if (!paths.valueExists(pc)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user