Skip to content

Commit b3b9824

Browse files
committed
FIX: clang compiler warning
1 parent fcf2d4d commit b3b9824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/os/host-ext-test.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ int XTestContext_mold(REBHOB *hob, REBSER *str) {
507507
if (!str || !xtest) return 0;
508508

509509
len = snprintf(
510-
SERIES_DATA(str),
510+
s_cast(SERIES_DATA(str)),
511511
SERIES_REST(str),
512512
"0#%lx id: %u", (unsigned long)(uintptr_t)hob->data, xtest->id
513513
);

0 commit comments

Comments
 (0)