summaryrefslogtreecommitdiff
path: root/tarfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'tarfs.c')
-rw-r--r--tarfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tarfs.c b/tarfs.c
index 459f9d64f..f2da52b8c 100644
--- a/tarfs.c
+++ b/tarfs.c
@@ -231,7 +231,7 @@ tarfs_get_argp (struct argp *a)
/* Append to the malloced string *ARGZ of len *ARGZ_LEN a NULL-separated list
of arguments. */
error_t
-tarfs_get_args (char **argz, unsigned *argz_len)
+tarfs_get_args (char **argz, size_t *argz_len)
{
error_t err = 0;