Differences From Artifact [1a29ed76f3]:
- File src/OFASN1Boolean.m — part of check-in [374e1a1bfa] at 2021-01-02 22:04:26 on branch trunk — Update copyright (user: js, size: 2505) [annotate] [blame] [check-ins using] [more...]
To Artifact [ae373739b8]:
- File src/OFASN1Boolean.m — part of check-in [1b82d3bf4f] at 2021-03-07 20:25:21 on branch trunk — *.m: Fold methods into one line where it fits (user: js, size: 2495) [annotate] [blame] [check-ins using]
| ︙ | |||
76 77 78 79 80 81 82 | 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 | - + - |
{
char buffer[] = {
OF_ASN1_TAG_NUMBER_BOOLEAN,
1,
(_booleanValue ? 0xFF : 0x00)
};
|
| ︙ |