Commit fcf97b36 authored by Lev Walkin's avatar Lev Walkin

oops, I meant PRIdASN

parent c0fde9bd
......@@ -493,7 +493,7 @@ print_V(const char *fname, FILE *fp, ber_tlv_tag_t tlv_tag, ber_tlv_len_t tlv_le
switch(etype) {
case ASN_BASIC_INTEGER:
case ASN_BASIC_ENUMERATED:
printf("%" PRIdMAX, collector);
printf("%" PRIdASN, collector);
break;
case ASN_BASIC_OBJECT_IDENTIFIER:
if(vbuf) {
......
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