Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b4c8dcb

Browse files
author
Michael Meskes
committed
Fixed incorrect output of indicator structs using the name of the data struct.
1 parent 6b7763d commit b4c8dcb

File tree

1 file changed

+1
-1
lines changed
  • src/interfaces/ecpg/preproc

1 file changed

+1
-1
lines changed

src/interfaces/ecpg/preproc/type.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ ECPGdump_a_type(FILE *o, const char *name, struct ECPGtype * type,
263263
else
264264
{
265265
ECPGdump_a_simple(o, ind_name, ind_type->u.element->type,
266-
ind_type->u.element->size, ind_type->size, NULL, prefix);
266+
ind_type->u.element->size, ind_type->size, NULL, ind_prefix);
267267
}
268268
}
269269
}

0 commit comments

Comments
 (0)