From f2cdda353b0da0ec19679ac8753fbe2d17471fd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=20=EA=A6=AB=EA=A6=B6=20=EA=A6=8F=EA=A7=80?= =?UTF-8?q?=EA=A6=A6=EA=A6=BF=20=EA=A6=A7=20=EA=A6=AE=20=EA=A6=91=20?= =?UTF-8?q?=EA=A6=A9=20=EA=A6=AD=EA=A7=80?= Date: Sat, 11 Jul 2020 21:19:23 +0800 Subject: Revert prodgroup to prod_group --- product.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'product.c') diff --git a/product.c b/product.c index 39a4e59..fcb16be 100644 --- a/product.c +++ b/product.c @@ -9,7 +9,7 @@ void icclient_product_init(struct icclient_product *product) product->thumb = NULL; product->image = NULL; product->price = .0; - product->prodgroup = NULL; + product->prod_group = NULL; product->weight = .0; product->author = NULL; product->crosssell = NULL; @@ -22,8 +22,8 @@ void icclient_product_free(struct icclient_product *product) free(product->crosssell->skus[i]); if (product->author) free(product->author); - if (product->prodgroup) - free(product->prodgroup); + if (product->prod_group) + free(product->prod_group); if (product->image) free(product->image); if (product->thumb) -- cgit v1.2.3