summaryrefslogtreecommitdiff
path: root/libdm/libdm-report.c
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2017-02-12 18:18:54 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2017-02-13 10:06:19 +0100
commita3579aafc55bb7fb156f89bba38515846b0c26ee (patch)
tree712f17a3bcf1c942a1abfde112cf76b84c6f3b2d /libdm/libdm-report.c
parent7cbee8f31ae64c023b294524008885e3a054e394 (diff)
downloadlvm2-a3579aafc55bb7fb156f89bba38515846b0c26ee.tar.gz
cleanup: use matching signed number comparation
Diffstat (limited to 'libdm/libdm-report.c')
-rw-r--r--libdm/libdm-report.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdm/libdm-report.c b/libdm/libdm-report.c
index f9e261dd3..7caba985b 100644
--- a/libdm/libdm-report.c
+++ b/libdm/libdm-report.c
@@ -4209,7 +4209,7 @@ static void _recalculate_fields(struct dm_report *rh)
{
struct row *row;
struct dm_report_field *field;
- size_t len;
+ int len;
dm_list_iterate_items(row, &rh->rows) {
dm_list_iterate_items(field, &row->fields) {