summaryrefslogtreecommitdiffstats
path: root/tools/lvscan.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lvscan.c')
-rw-r--r--tools/lvscan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lvscan.c b/tools/lvscan.c
index 996f19c9..c7833ada 100644
--- a/tools/lvscan.c
+++ b/tools/lvscan.c
@@ -25,7 +25,7 @@ static int lvscan_single(struct cmd_context *cmd, struct logical_volume *lv,
{
struct lvinfo info;
int lv_total = 0;
- ulong lv_capacity_total = 0;
+ uint64_t lv_capacity_total = 0;
const char *active_str, *snapshot_str;