From 126a7300e70cecddc97ceefc56b0077ee5f098b4 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Tue, 2 Apr 1996 21:56:16 +0000 Subject: entered into RCS --- libstore/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libstore/file.c') 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) -- cgit v1.2.3