summaryrefslogtreecommitdiff
path: root/utils/storecat.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/storecat.c')
-rw-r--r--utils/storecat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/storecat.c b/utils/storecat.c
index be65b63a..f01c12c1 100644
--- a/utils/storecat.c
+++ b/utils/storecat.c
@@ -30,8 +30,8 @@ main (int argc, char **argv)
error_t err;
struct store *s;
char *name;
- off_t addr;
- size_t left;
+ store_offset_t addr;
+ store_offset_t left;
const struct argp_child kids[] = { { &store_argp }, { 0 }};
struct argp argp =
{ 0, 0, 0, "Write the contents of a store to stdout", kids };