Skip to content
Snippets Groups Projects
Commit 409c44e0 authored by Lev Walkin's avatar Lev Walkin
Browse files

signed

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