From 51c9c861c90d7924f464947ba8140e768f2eebd9 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 4 Dec 2018 14:29:21 +0100 Subject: [PATCH] fix build type); @@ -707,7 +708,7 @@ void **psi_context_composite_type_elements(struct psi_context *C, break; default: type = psi_context_decl_arg_type(C, darg); - for (size_t i = 0; i < darg->var->array_size; ++i) { + for (i = 0; i < darg->var->array_size; ++i) { copy = C->ops->copyof_type(C, type); *eles = psi_plist_add(*eles, ©); } -- 2.30.2