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 bc09747 commit e5b8b77Copy full SHA for e5b8b77
src/interfaces/ecpg/preproc/ecpg.header
@@ -350,7 +350,7 @@ adjust_outofscope_cursor_vars(struct cursor *cur)
350
else
351
{
352
newvar = new_variable(cat_str(4, mm_strdup("("),
353
- mm_strdup(ecpg_type_name(ptr->variable->type->type)),
+ mm_strdup(ecpg_type_name(ptr->variable->type->u.element->type)),
354
mm_strdup(" *)(ECPGget_var("),
355
mm_strdup(var_text)),
356
ECPGmake_array_type(ECPGmake_simple_type(ptr->variable->type->u.element->type,
0 commit comments