Skip to content

Commit 33a7795

Browse files
fix RFNM source on MacOS
1 parent fe7299c commit 33a7795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source_modules/rfnm_source/src/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ class RFNMSourceModule : public ModuleManager::Instance {
168168
if (path == RFNM_PATH_NULL) { continue; }
169169

170170
// Get the path
171-
PathConfig pc = { path, offset + i, (1 << (offset + i + 8))};
171+
PathConfig pc = { path, offset + i, (uint16_t)(1 << (offset + i + 8))};
172172

173173
// If it's not in the list, add it
174174
if (!paths.valueExists(pc)) {

0 commit comments

Comments
 (0)