Skip to content
Snippets Groups Projects
Commit b4c8dcb2 authored by Michael Meskes's avatar Michael Meskes
Browse files

Fixed incorrect output of indicator structs using the name of the data struct.

parent 6b7763d1
No related branches found
No related tags found
No related merge requests found
......@@ -263,7 +263,7 @@ ECPGdump_a_type(FILE *o, const char *name, struct ECPGtype * type,
else
{
ECPGdump_a_simple(o, ind_name, ind_type->u.element->type,
ind_type->u.element->size, ind_type->size, NULL, prefix);
ind_type->u.element->size, ind_type->size, NULL, ind_prefix);
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment