From 7f0b0306514fc7187440998e183b9d6dfbaa2d01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Sun, 12 Mar 2023 18:53:42 +0800 Subject: Items is now array of (not pointer of) items --- interchange/ord.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'interchange') diff --git a/interchange/ord.h b/interchange/ord.h index 533c5a9..ed7933d 100644 --- a/interchange/ord.h +++ b/interchange/ord.h @@ -14,7 +14,7 @@ struct interchange_ord_order { double total_cost; char *profile; size_t nitems; - struct interchange_ord_item *items[]; + struct interchange_ord_item *items; }; struct interchange_ord_transaction { -- cgit v1.2.3