commit | 31f14c22c46c70568138028e4d38017b89dbe07b | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@pollux.(none)> | Wed Jan 11 13:03:54 2006 +0100 |
committer | Wolfgang Denk <wd@pollux.(none)> | Wed Jan 11 13:03:54 2006 +0100 |
tree | 132c28205e368e4a37a3fe38293cae6a5d4fa90b | |
parent | 618582e3089eb17574c3367ae80a1530c4f3fbde [diff] |
Fix mkimage bug with multifile images created on 64 bit systems.
diff --git a/tools/mkimage.c b/tools/mkimage.c index fbc1a12..70452db 100644 --- a/tools/mkimage.c +++ b/tools/mkimage.c
@@ -383,7 +383,7 @@ if (opt_type == IH_TYPE_MULTI || opt_type == IH_TYPE_SCRIPT) { char *file = datafile; - unsigned long size; + uint32_t size; for (;;) { char *sep = NULL;