Skip to content

Commit

Permalink
Added appropriate variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivang Vijay committed Mar 12, 2024
1 parent 60d27b1 commit 4556929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmw_zenoh_cpp/src/rmw_zenoh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ z_owned_keyexpr_t ros_topic_name_to_zenoh_key(const char * const topic_name, siz

return z_keyexpr_join(
z_keyexpr(d.c_str()),
z_keyexpr(topic_nm.c_str()));
z_keyexpr(mangled_topic_name.c_str()));
}

//==============================================================================
Expand Down

0 comments on commit 4556929

Please sign in to comment.