Skip to content

Commit

Permalink
Add to make new pr
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakio815 committed Mar 11, 2024
1 parent 28a97ae commit a6ee903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/federated/federate.c
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ static int handle_tagged_message(int* socket, int fed_id) {
_lf_get_environments(&env);

// Read the header which contains the timestamp.
size_t bytes_to_read =
size_t bytes_to_read =
sizeof(uint16_t) + sizeof(uint16_t) + sizeof(int32_t) + sizeof(instant_t) + sizeof(microstep_t);
unsigned char buffer[bytes_to_read];
if (read_from_socket_close_on_error(socket, bytes_to_read, buffer)) {
Expand Down

0 comments on commit a6ee903

Please sign in to comment.