aboutsummaryrefslogtreecommitdiffstats
path: root/libasn1fix
diff options
context:
space:
mode:
authorvlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2004-06-05 08:57:10 +0000
committervlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2004-06-05 08:57:10 +0000
commit95fff2f19fc24057a8112a0035a0e8d5cac878af (patch)
tree39df86837cfdebe1a6b86eaf36303fc366841d52 /libasn1fix
parent97986e45bbe79ef0a1ab6bb3dae332ea70b6d1c4 (diff)
signed
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@13 59561ff5-6e30-0410-9f3c-9617f08c8826
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
);