tagNameBufSize top-level constant

int const tagNameBufSize

The maximum length allowed for a tag/field name.

If this length is exceeded, the name will be truncated and an issue will be logged in AdifRecord.issues.

Implementation

const tagNameBufSize = 50;