Skip to content

Commit

Permalink
changes for rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Karsten1987 committed Jun 12, 2018
1 parent 1ee0447 commit f882044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmw_fastrtps_cpp/src/rmw_response.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ rmw_take_response(

if (info->listener_->getResponse(response)) {
eprosima::fastcdr::Cdr deser(
response.buffer_.get(),
*response.buffer_,
eprosima::fastcdr::Cdr::DEFAULT_ENDIAN,
eprosima::fastcdr::Cdr::DDS_CDR);
_deserialize_ros_message(
Expand Down

0 comments on commit f882044

Please sign in to comment.