[PATCH 02/21] oftree command: Use size_t for size
Sascha Hauer
s.hauer at pengutronix.de
Tue Jul 8 01:49:58 PDT 2014
read_file takes a size_t argument as size, so use this type for the
size variable.
Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
commands/oftree.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/commands/oftree.c b/commands/oftree.c
index 983a0a5..49976bc 100644
--- a/commands/oftree.c
+++ b/commands/oftree.c
@@ -42,7 +42,7 @@
static int do_oftree(int argc, char *argv[])
{
struct fdt_header *fdt = NULL;
- int size;
+ size_t size;
int opt;
int probe = 0;
char *load = NULL;
--
2.0.0
More information about the barebox
mailing list