Commit 6bc7a11d authored by Lev Walkin's avatar Lev Walkin

follow internal convention

parent b9e98cba
......@@ -2047,7 +2047,7 @@ emit_single_member_OER_constraint_size(arg_t *arg, asn1cnst_range_t *range) {
if(range->left.type == ARE_VALUE && range->right.type == ARE_VALUE
&& range->left.value == range->right.value
&& range->left.value >= 0) {
OUT("%" PRIdMAX "", range->left.value);
OUT("%" PRIdASN "", range->left.value);
} else {
OUT("-1");
}
......
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