mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
vbox: fix format warning (size_t) in autotest
This commit is contained in:
committed by
Norman Feske
parent
da9e764c47
commit
83cc8da588
@@ -28,7 +28,7 @@ int main(int argc, char **argv)
|
||||
close(fd_src);
|
||||
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");
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user