Skip to content

Commit

Permalink
fixup! chore: complete the 1st version
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanYuYuan committed Jul 17, 2024
1 parent 1dae894 commit 82ca89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmw_zenoh_cpp/src/detail/rmw_data_types.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ void sub_data_handler(
sub_data->add_new_message(
std::make_unique<saved_msg_data>(
payload,
z_timestamp_npt64_time(z_sample_timestamp(sample)),
z_timestamp_ntp64_time(z_sample_timestamp(sample)),
pub_gid, sequence_number, source_timestamp), z_string_data(z_loan(keystr)));
}

Expand Down

0 comments on commit 82ca89c

Please sign in to comment.