Skip to content

Commit 3c30157

Browse files
committed
Update
Signed-off-by: Pablo Garrido <pablogs9@gmail.com>
1 parent 49ab4f6 commit 3c30157

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rmw_microxrcedds_c/src/callbacks.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ void on_topic(
8080
"Not available static buffer memory node in on_topic callback",
8181
.node = custom_subscription->owner_node->node_name,
8282
.node_namespace = custom_subscription->owner_node->node_namespace,
83-
.topic_name = custom_subscription->topic_name, .ucdr = ub,
83+
.topic_name = custom_subscription->topic->topic_name, .ucdr = ub,
8484
.size = length,
8585
.type_support.message_callbacks = custom_subscription->type_support_callbacks);
8686
return;

0 commit comments

Comments
 (0)