mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-22 18:22:41 +00:00
vbox: fix format warning (size_t) in autotest
This commit is contained in:
parent
da9e764c47
commit
83cc8da588
@ -28,7 +28,7 @@ int main(int argc, char **argv)
|
|||||||
close(fd_src);
|
close(fd_src);
|
||||||
close(fd_dst);
|
close(fd_dst);
|
||||||
|
|
||||||
printf("wrote %zu bytes to overlay.vdi - res=%d\n", sum, len);
|
printf("wrote %zu bytes to overlay.vdi - res=%zu\n", sum, len);
|
||||||
printf("vbox_auto_test_helper is done.\n");
|
printf("vbox_auto_test_helper is done.\n");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user