From 67303befa43ab520213293a814f0bae15a134fb6 Mon Sep 17 00:00:00 2001 From: Lev Walkin Date: Sun, 12 Oct 2014 19:22:35 -0700 Subject: intentional --- libasn1fix/asn1fix_cws.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libasn1fix/asn1fix_cws.c b/libasn1fix/asn1fix_cws.c index 8931a92c..aefb15cc 100644 --- a/libasn1fix/asn1fix_cws.c +++ b/libasn1fix/asn1fix_cws.c @@ -50,7 +50,7 @@ asn1f_parse_class_object(arg_t *arg) { + expr->value->value.string.size - 1, 0, 0); if(ret) { - LOG((ret < 0), + LOG((int)(ret < 0), "Cannot parse %s of CLASS %s found at line %d", expr->Identifier, eclass->Identifier, expr->_lineno); asn1p_ioc_row_delete(row); -- cgit v1.2.3