aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x509sat
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/x509sat')
-rw-r--r--asn1/x509sat/x509sat.cnf4
1 files changed, 1 insertions, 3 deletions
diff --git a/asn1/x509sat/x509sat.cnf b/asn1/x509sat/x509sat.cnf
index 1d42f9031d..34e4dc5d83 100644
--- a/asn1/x509sat/x509sat.cnf
+++ b/asn1/x509sat/x509sat.cnf
@@ -296,14 +296,12 @@ XDayOf/fifth fifth_dayof
#.FN_HDR SyntaxBMPString
tvbuff_t *wide_tvb;
- proto_item *item;
char *string;
#.END
#.FN_FTR SyntaxBMPString
- item = get_ber_last_created_item();
string = tvb_get_ephemeral_faked_unicode (wide_tvb, 0, tvb_length(wide_tvb) / 2, FALSE);
- proto_item_append_text(item, " %s", string);
+ proto_item_append_text(actx->created_item, " %s", string);
#.END