summaryrefslogtreecommitdiff
path: root/libstore/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'libstore/file.c')
-rw-r--r--libstore/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstore/file.c b/libstore/file.c
index d64f8a6a..8760f05c 100644
--- a/libstore/file.c
+++ b/libstore/file.c
@@ -125,7 +125,7 @@ store_file_create (file_t file, struct store **store)
/* Like store_file_create, but doesn't query the file for information. */
error_t
_store_file_create (file_t file, size_t block_size,
- off_t *runs, unsigned runs_len,
+ const off_t *runs, size_t runs_len,
struct store **store)
{
if (block_size == 1)