From 6f37023fb1726c7f7758bedb26bf5c99aac65d2e Mon Sep 17 00:00:00 2001 From: Laurent Vivier Date: Thu, 14 Feb 2008 20:05:11 +0000 Subject: [PATCH] Correct typo --- tools/emile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/emile.c b/tools/emile.c index 692efbf..942c055 100644 --- a/tools/emile.c +++ b/tools/emile.c @@ -539,7 +539,7 @@ static int8_t *set_config(emile_config *config, int drive) return NULL; } sprintf(chainloader, - "block:(sd%d)0x%x,0x%x", unit_id, + "block:(sd%d)0x%x,0x%lx", unit_id, container->blocks[0].offset, st.st_size); free(container);