Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'criu/pie/piegen/elf.c')
-rw-r--r--criu/pie/piegen/elf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/criu/pie/piegen/elf.c b/criu/pie/piegen/elf.c
index c6b97257b..e43d8436f 100644
--- a/criu/pie/piegen/elf.c
+++ b/criu/pie/piegen/elf.c
@@ -500,7 +500,7 @@ int handle_elf(void *mem, size_t size)
for (j=0; j < sh->sh_size; j++, k++) {
if (k && (k % 8) == 0)
pr_out("\n\t");
- pr_out("0x%02x,", shdata[j]);
+ pr_out("%#02x,", shdata[j]);
}
}
pr_out("};\n");