mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-12-26 19:08:30 +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; }
|
||||
|
||||
// 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 (!paths.valueExists(pc)) {
|
||||
|
Loading…
Reference in New Issue
Block a user