We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3304d62 commit 8c8dcf5Copy full SHA for 8c8dcf5
1 file changed
rmw_microxrcedds_c/src/callbacks.c
@@ -81,7 +81,7 @@ void on_topic(
81
UXR_UNLOCK(&static_buffer_memory.mutex);
82
if (NULL != memory_error_callback) {
83
memory_error_callback(
84
- "Not available static_buffer_memory for subscription", ub,length);
+ "Not available static_buffer_memory for subscription", ub, length);
85
}
86
return;
87
0 commit comments