diff options
author | Josh Boyer <jwboyer@gmail.com> | 2007-02-12 20:41:17 -0600 |
---|---|---|
committer | Josh Boyer <jwboyer@gmail.com> | 2007-02-12 20:41:17 -0600 |
commit | 9fe86e65fb6bd77a02955d07d6f336ace4984e2d (patch) | |
tree | c0eaa1ed72b8e39bcefe419c481618eb8b5d5b1f /ubi-utils/src/unubi.c | |
parent | 5327be2927984d4ba365c76a5f4b22839f6e680b (diff) |
Fix several issues when compiling for 64bit systems
Signed-off-by: Josh Boyer <jwboyer@gmail.com>
Diffstat (limited to 'ubi-utils/src/unubi.c')
-rw-r--r-- | ubi-utils/src/unubi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubi-utils/src/unubi.c b/ubi-utils/src/unubi.c index cade1e1..811a6db 100644 --- a/ubi-utils/src/unubi.c +++ b/ubi-utils/src/unubi.c @@ -102,7 +102,7 @@ static const char *usage = #define FN_INVAL "%s/eb%04u%s" /* invalid eraseblock */ #define FN_NSURE "%s/eb%04u_%03u_%03u_%03x%s" /* unsure eraseblock */ #define FN_VALID "%s/eb%04u_%03u_%03u_%03x%s" /* valid eraseblock */ -#define FN_VOLSP "%s/vol%03u_%03u_%03u_%04u" /* split volume */ +#define FN_VOLSP "%s/vol%03u_%03u_%03u_%04zu" /* split volume */ #define FN_VOLWH "%s/volume%03u" /* whole volume */ static uint32_t crc32_table[256]; |