api change reflection

git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@187 59561ff5-6e30-0410-9f3c-9617f08c8826
This commit is contained in:
vlm 2004-08-22 03:23:15 +00:00
parent 780bb560ca
commit b179d31c87
1 changed files with 2 additions and 1 deletions

View File

@ -99,9 +99,10 @@ asn1c_type_name(arg_t *arg, asn1p_expr_t *expr, enum tnfmt _format) {
* Resolve it and use instead.
*/
tmp.expr = asn1f_class_access_ex(arg->asn, arg->mod,
arg->expr, expr->reference, &tmp.mod);
arg->expr, expr->reference);
if(tmp.expr) return NULL;
tmp.mod = tmp.expr->module;
return asn1c_type_name(&tmp, tmp.expr, _format);
} else if(_format == TNF_RSAFE) {
/*