From e13451f98fab003c4cb883075053f9fb09b5c3b1 Mon Sep 17 00:00:00 2001 From: ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ Date: Sun, 12 Mar 2023 17:06:04 +0800 Subject: Not using pointers on products to avoid allocations --- 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 2202243..d6ce999 100644 --- a/interchange/ord.h +++ b/interchange/ord.h @@ -4,7 +4,7 @@ #include "interchange/typedefs.h" struct interchange_ord_item { - struct interchange_product *product; + struct interchange_product product; unsigned int quantity; }; -- cgit v1.3