summaryrefslogtreecommitdiff
path: root/src/erasurecode_preprocessing.c
diff options
context:
space:
mode:
authorKevin Greenan <kmgreen2@gmail.com>2014-07-19 11:08:22 -0700
committerKevin Greenan <kmgreen2@gmail.com>2014-07-19 11:08:22 -0700
commit4cb9e34c7676d3b065b5ad1000a6065797ba6eae (patch)
treed8c5bfe9de3264b7aab5024375a388fe779cdd01 /src/erasurecode_preprocessing.c
parent0422ac52330c504ca2b5dc9b8e2dab61bddcaf58 (diff)
downloadliberasurecode-4cb9e34c7676d3b065b5ad1000a6065797ba6eae.tar.gz
Fix build breakage...
Diffstat (limited to 'src/erasurecode_preprocessing.c')
-rw-r--r--src/erasurecode_preprocessing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/erasurecode_preprocessing.c b/src/erasurecode_preprocessing.c
index 1eb7ac6..39fef20 100644
--- a/src/erasurecode_preprocessing.c
+++ b/src/erasurecode_preprocessing.c
@@ -45,7 +45,7 @@ int prepare_fragments_for_decode(int k,
int *orig_size,
int *fragment_payload_size,
int fragment_size,
- unsigned long long *realloc_bm)
+ uint64_t *realloc_bm)
{
int i; /* a counter */
unsigned long long missing_bm; /* bitmap form of missing indexes list */