mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-25 20:07:51 +02:00
fix RFNM source on MacOS
This commit is contained in:
@ -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)) {
|
||||||
|
Reference in New Issue
Block a user