Cast source_id to the correct type

This commit is contained in:
2020-05-04 12:45:10 +02:00
parent 5b6ddfc5f2
commit 48c320ffb8
+1 -1
View File
@@ -78,7 +78,7 @@ int main (int argc, char *argv[]) {
}
ModuleFrame* metadata = queue.get_metadata_buffer(slot_id);
metadata->module_id = source_id;
metadata->module_id = (uint64_t) source_id;
char* data = queue.get_data_buffer(slot_id);