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

oops, I meant PRIdASN

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