Skip to content

Commit

Permalink
Get the c_str of streams
Browse files Browse the repository at this point in the history
Signed-off-by: Audrow Nash <audrow.nash@gmail.com>
  • Loading branch information
audrow committed Dec 11, 2020
1 parent a0724b2 commit e84e0fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rclcpp/resource/logging.hpp.em
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def get_rclcpp_suffix_from_features(features):
@[ if 'stream' not in feature_combination]@
__VA_ARGS__); \
@[ else]@
"%s", ss.str()); \
"%s", ss.str().c_str()); \
@[ end if]@
} while (0)

Expand Down

0 comments on commit e84e0fa

Please sign in to comment.