We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faa5805 commit e3a86d9Copy full SHA for e3a86d9
src/api/api.c
@@ -1039,7 +1039,7 @@ z_owned_keyexpr_t z_publisher_keyexpr(z_publisher_t publisher) {
1039
}
1040
z_owned_keyexpr_t z_subscriber_keyexpr(z_subscriber_t sub) {
1041
z_owned_keyexpr_t ret = z_keyexpr_null();
1042
- __auto_type lookup = sub._val->_entity_id;
+ uint32_t lookup = sub._val->_entity_id;
1043
if (sub._val != NULL) {
1044
_z_subscription_sptr_list_t *tail = sub._val->_zn->_local_subscriptions;
1045
while (tail != NULL && !z_keyexpr_check(&ret)) {
0 commit comments