From 38a7ac09101f1518bbacfbb9af288104de938d9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Tue, 24 Aug 2010 15:46:33 +0000 Subject: Fix modifier in .cnf file. svn path=/trunk/; revision=33913 --- asn1/cms/cms.cnf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asn1') 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); -- cgit v1.2.3