Skip to content

Commit 399d177

Browse files
committed
Resolve format warning on macOS
1 parent 75559cd commit 399d177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

host.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
d1 = (C)->dp < 2 ? 0 : DS1; \
4444
uint64_t c0; \
4545
c0 = (C)->cp < 1 ? 0 : CS0; \
46-
fprintf(stderr, "%02"PRIX8"(%d) %"PRId64" %08"PRIX64" %"PRId64"/%"PRIX64" %"PRId64"/%"PRIX64" (%"PRIu8"); %"PRId64"/%"PRIX64" (%"PRIu8")\n", \
46+
fprintf(stderr, "%02"PRIX8"(%d) %"PRId64" %08"PRIX64" %"PRId64"/%"PRIX64" %"PRId64"/%"PRIX64" (%"PRIu16"); %"PRId64"/%"PRIX64" (%"PRIu16")\n", \
4747
(C)->i, \
4848
(Y), \
4949
(C)->ts, \

0 commit comments

Comments
 (0)