Kernelland_emu: Fix Wformat-security

Change-Id: I3b031335844ab4512b8eebc8ead216af9c5fc4ee
Reviewed-on: https://review.haiku-os.org/c/haiku/+/4476
Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
Coldfirex
2021-09-17 21:24:13 +00:00
committed by waddlesplash
parent b1ce138fe8
commit 4411ed75b4
@@ -144,7 +144,7 @@ dump_block(const char *buffer, int size, const char *prefix)
for (i = 0; i < size;) {
int start = i;
dprintf(prefix);
dprintf("%s", prefix);
for (; i < start + DUMPED_BLOCK_SIZE; i++) {
if (!(i % 4))
dprintf(" ");