From 6455b9dff0554adc11e8dbe8027d134c8584bc5d Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Fri, 2 Jun 2023 16:48:29 +0200 Subject: cooker, seitan: OP_FD Signed-off-by: Stefano Brivio --- cooker/call.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cooker/call.c') diff --git a/cooker/call.c b/cooker/call.c index 9561568..05e0e55 100644 --- a/cooker/call.c +++ b/cooker/call.c @@ -215,8 +215,8 @@ static union value parse_field(struct gluten_ctx *g, struct arg *args, f_value = json_object_get_value(tmp1, f_inner->name); if (!f_value) continue; - parse_field(g, args, &struct_start, index, f_inner, f_value, - false, add); + parse_field(g, args, &struct_start, index, f_inner, + f_value, false, add); } break; default: -- cgit v1.2.3