summaryrefslogtreecommitdiff
path: root/icclient/product.h
diff options
context:
space:
mode:
Diffstat (limited to 'icclient/product.h')
-rw-r--r--icclient/product.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/icclient/product.h b/icclient/product.h
index f912b17..2ea1f53 100644
--- a/icclient/product.h
+++ b/icclient/product.h
@@ -7,7 +7,7 @@ struct ic_product {
};
struct ic_catalog {
- unsigned int length;
+ size_t length;
struct ic_product *products[];
};