Commit 409c44e0 authored by Lev Walkin's avatar Lev Walkin

signed

parent 67c2aec9
...@@ -246,7 +246,7 @@ post_fix_check_element(asn1p_module_t *mod, asn1p_expr_t *check_expr) { ...@@ -246,7 +246,7 @@ post_fix_check_element(asn1p_module_t *mod, asn1p_expr_t *check_expr) {
"CHECKER: Unsupported value type of \"%s\": " "CHECKER: Unsupported value type of \"%s\": "
"%d at line %d of %s\n", "%d at line %d of %s\n",
check_expr->Identifier, check_expr->Identifier,
value?value->type:-1, value?(signed)value->type:-1,
expr->_lineno, expr->_lineno,
mod->source_file_name mod->source_file_name
); );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment