diff options
Diffstat (limited to 'icclient')
-rw-r--r-- | icclient/product.h | 2 |
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[]; }; |