Fix modifier in .cnf file.
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 24 Aug 2010 15:46:33 +0000 (15:46 +0000)
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 24 Aug 2010 15:46:33 +0000 (15:46 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33913 f5534014-38df-0310-8fa8-9805f1628bb7

asn1/cms/cms.cnf

index 6c355463744054237a8a34fd930e528b107e07ef..bd4fec54c6cc6b9d8d202a98e1e38e8d311540b9 100644 (file)
@@ -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);