Skip to content

Commit e3a86d9

Browse files
committed
fix remaining __auto_type
1 parent faa5805 commit e3a86d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/api.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1039,7 +1039,7 @@ z_owned_keyexpr_t z_publisher_keyexpr(z_publisher_t publisher) {
10391039
}
10401040
z_owned_keyexpr_t z_subscriber_keyexpr(z_subscriber_t sub) {
10411041
z_owned_keyexpr_t ret = z_keyexpr_null();
1042-
__auto_type lookup = sub._val->_entity_id;
1042+
uint32_t lookup = sub._val->_entity_id;
10431043
if (sub._val != NULL) {
10441044
_z_subscription_sptr_list_t *tail = sub._val->_zn->_local_subscriptions;
10451045
while (tail != NULL && !z_keyexpr_check(&ret)) {

0 commit comments

Comments
 (0)