Skip to content

Commit

Permalink
Change rmw_topic_endpoint_info_array.count to .size (#348)
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
  • Loading branch information
ivanpauno committed Feb 20, 2020
1 parent bd5507b commit 945fd5d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,6 @@ _get_info_by_topic(
for (auto i = 0u; i < count; i++) {
participants_info->info_array[i] = topic_endpoint_info_vector.at(i);
}
participants_info->count = count;
}
return RMW_RET_OK;
}
Expand Down

0 comments on commit 945fd5d

Please sign in to comment.