From bcb35bc4d7b592c577367e2c0fc7a3286a732e44 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 25 Jul 2016 05:39:44 -0400 Subject: Additional coverity fixes. This are manual fixes for patches submitted upstream, and should be picked up once a new asn1c is available. They will be overridden if the code is regenerated before then. Signed-off-by: Simo Sorce --- asn1/asn1c/der_encoder.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'asn1/asn1c/der_encoder.c') diff --git a/asn1/asn1c/der_encoder.c b/asn1/asn1c/der_encoder.c index 6c859e1b0..817dd6863 100644 --- a/asn1/asn1c/der_encoder.c +++ b/asn1/asn1c/der_encoder.c @@ -144,8 +144,8 @@ der_write_tags(asn_TYPE_descriptor_t *sd, if(!cb) return overall_length - struct_length; - ASN_DEBUG("%s %s TL sequence (%d elements)", - cb?"Encoding":"Estimating", sd->name, tags_count); + ASN_DEBUG("Encoding %s TL sequence (%d elements)", sd->name, + tags_count); /* * Encode the TL sequence for real. -- cgit