From 7f0b0306514fc7187440998e183b9d6dfbaa2d01 Mon Sep 17 00:00:00 2001 From: ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ 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(-) 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.3