aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x509sat
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-01-04 12:39:52 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-01-04 12:39:52 +0000
commita6d82ae12e1e12dfe99dcc837a13c5485f273964 (patch)
treef3f10ab56a6ea74a0443d3bc2f4868b94a333d5c /asn1/x509sat
parenta67838484c96fa8f8a4cbce91f16c6f5cb1f80ee (diff)
Get rid of ber_last_created_item().
svn path=/trunk/; revision=24008
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