From b2e31a6e7493c56f923cb7d86f7a8a32940393ec Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Wed, 7 Jun 2023 14:07:23 +0200 Subject: seitan,cooker: op_resolvefd ops: - update resolvefd with the description - add debug prints cooker: - add emit_resolvefd when match has type FDPATH --- cooker/call.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cooker/call.c') diff --git a/cooker/call.c b/cooker/call.c index 289a0cb..7aef157 100644 --- a/cooker/call.c +++ b/cooker/call.c @@ -275,6 +275,7 @@ bool arg_needs_temp(struct field *f, int pos, JSON_Value *jvalue, return arg_needs_temp(f, pos, jvalue, NULL, level + 1); return false; + case FDPATH: case STRING: return false; case STRUCT: -- cgit v1.2.3