Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb4c8dcb

Browse files
author
Michael Meskes
committed
Fixed incorrect output of indicator structs using the name of the data struct.
1 parent6b7763d commitb4c8dcb

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)

[8]ページ先頭

©2009-2025 Movatter.jp