mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-27 00:40:45 +02:00
Cast source_id to the correct type
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user