Skip to content

Commit 2e50454

Browse files
committed
Fix format string
Signed-off-by: Lukasz Dorau <[email protected]>
1 parent 3c4a84b commit 2e50454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ipc_os_prov_proxy.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ int main(int argc, char *argv[]) {
220220
fprintf(
221221
stderr,
222222
"[producer] ERROR: The consumer did NOT write the correct value "
223-
"(the old one / 2 = %llu) to my shared memory: %llu\n",
223+
"(the old one / 2 = %zu) to my shared memory: %llu\n",
224224
expected_val, new_val);
225225
}
226226

0 commit comments

Comments
 (0)