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