Skip to content

Commit

Permalink
apparently 50 years is not enough to get a decent formatting story...
Browse files Browse the repository at this point in the history
  • Loading branch information
p-avital committed Jul 12, 2023
1 parent 16be0dd commit 0d66e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/z_msgcodec_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ _z_msg_ext_t gen_zint_extension(void) {
}

void assert_eq_zint_extension(_z_msg_ext_zint_t *left, _z_msg_ext_zint_t *right) {
printf(" ZINT (%zu:%zu), ", left->_val, right->_val);
printf(" ZINT (%ju:%ju), ", (uintmax_t)left->_val, (uintmax_t)right->_val);
assert(left->_val == right->_val);
}

Expand Down

0 comments on commit 0d66e6e

Please sign in to comment.