We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1be335 commit 149cfdbCopy full SHA for 149cfdb
src/interfaces/ecpg/preproc/ecpg.header
@@ -335,7 +335,7 @@ adjust_outofscope_cursor_vars(struct cursor *cur)
335
else
336
{
337
newvar = new_variable(cat_str(4, mm_strdup("("),
338
- mm_strdup(ecpg_type_name(ptr->variable->type->type)),
+ mm_strdup(ecpg_type_name(ptr->variable->type->u.element->type)),
339
mm_strdup(" *)(ECPGget_var("),
340
mm_strdup(var_text)),
341
ECPGmake_array_type(ECPGmake_simple_type(ptr->variable->type->u.element->type,
0 commit comments