From 61f89c4c5792fa780ff465a04f628a6af69a5828 Mon Sep 17 00:00:00 2001 From: Lev Walkin Date: Thu, 23 Sep 2004 22:21:07 +0000 Subject: removed orthohonality --- libasn1parser/asn1p_expr_str.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libasn1parser/asn1p_expr_str.h') diff --git a/libasn1parser/asn1p_expr_str.h b/libasn1parser/asn1p_expr_str.h index 40ddeb60..d99f8350 100644 --- a/libasn1parser/asn1p_expr_str.h +++ b/libasn1parser/asn1p_expr_str.h @@ -51,7 +51,7 @@ static char *asn1p_expr_type2str[] __attribute__ ((unused)) = { || ((size_t)(type)) >= sizeof(asn1p_expr_type2str) \ / sizeof(asn1p_expr_type2str[0])) \ ? (char *)0 \ - : asn1p_expr_type2str[(type)] \ + : asn1p_expr_type2str[(int)(type)] \ ) #endif /* ASN1_PARSER_EXPR_STR_H */ -- cgit v1.2.3