aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2010-08-24 15:46:33 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2010-08-24 15:46:33 +0000
commit38a7ac09101f1518bbacfbb9af288104de938d9b (patch)
tree1afde45ca3db36a40fbbe291f718d5e84f3cda7e /asn1
parent98493ff1102d69c23a54f2fb5eda0dd487118bce (diff)
Fix modifier in .cnf file.
svn path=/trunk/; revision=33913
Diffstat (limited to 'asn1')
-rw-r--r--asn1/cms/cms.cnf2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/cms/cms.cnf b/asn1/cms/cms.cnf
index 6c35546374..bd4fec54c6 100644
--- a/asn1/cms/cms.cnf
+++ b/asn1/cms/cms.cnf
@@ -100,7 +100,7 @@ RevocationInfoChoice/other otherRIC
#.FN_BODY EncapsulatedContentInfo/eContent
offset = dissect_ber_octet_string(FALSE, actx, tree, tvb, offset, hf_index, &content_tvb);
- proto_item_set_text(actx->created_item, "eContent (%u bytes)", tvb_length (content_tvb));
+ proto_item_set_text(actx->created_item, "eContent (%%u bytes)", tvb_length (content_tvb));
call_ber_oid_callback(object_identifier_id, content_tvb, 0, actx->pinfo, top_tree ? top_tree : tree);