git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24604 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-02-04 22:08:31 +00:00
parent 40e1a16f54
commit 8ed1e3e625

View File

@@ -517,7 +517,8 @@ decode_type (const char *name, const Type *t, int optional,
} else { } else {
fprintf(codefile, fprintf(codefile,
"if (e == 0 && %s != %s) { e = ASN1_BAD_ID; }\n", "if (e == 0 && %s != %s) { e = ASN1_BAD_ID; }\n",
typestring, is_primitive_type(t->subtype->type) ? "PRIM" : "CONS"); typestring,
is_primitive_type(t->subtype->type) ? "PRIM" : "CONS");
} }
if(optional) { if(optional) {