aboutsummaryrefslogtreecommitdiffstats
path: root/libasn1fix
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-06-05 08:57:10 +0000
committerLev Walkin <vlm@lionet.info>2004-06-05 08:57:10 +0000
commit409c44e09f99a273fdab1381083133bdc1812df0 (patch)
tree39df86837cfdebe1a6b86eaf36303fc366841d52 /libasn1fix
parent67c2aec9f8ba2da0d0650e6173ac5f437205d999 (diff)
signed
Diffstat (limited to 'libasn1fix')
-rw-r--r--libasn1fix/check_fixer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libasn1fix/check_fixer.c b/libasn1fix/check_fixer.c
index 21c5b12f..7129a563 100644
--- a/libasn1fix/check_fixer.c
+++ b/libasn1fix/check_fixer.c
@@ -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
);