Skip to content

Commit

Permalink
wrong format code
Browse files Browse the repository at this point in the history
  • Loading branch information
p-avital committed Aug 21, 2023
1 parent 14a9c9b commit c5f879a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/session/subscription.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ int8_t _z_trigger_subscriptions(_z_session_t *zn, const _z_keyexpr_t keyexpr, co
s.kind = kind;
s.timestamp = timestamp;
_z_subscription_sptr_list_t *xs = subs;
_Z_DEBUG("Triggering %zd subs\n", (uintmax_t)_z_subscription_sptr_list_len(xs));
_Z_DEBUG("Triggering %ju subs\n", (uintmax_t)_z_subscription_sptr_list_len(xs));
while (xs != NULL) {
_z_subscription_sptr_t *sub = _z_subscription_sptr_list_head(xs);
sub->ptr->_callback(&s, sub->ptr->_arg);
Expand Down

0 comments on commit c5f879a

Please sign in to comment.