diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-26 11:19:10 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-26 11:19:10 +0800 |
commit | 737bd34f39e9a3d14d170633e07c555d9e26d026 (patch) | |
tree | d67249324c3a1f7f3aab66d65af66abcc4cb22d3 /icclient | |
parent | b2073e82d797557321a803332204d96f21e2cb22 (diff) |
Build product code again
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[]; }; |