fieldTypeBufSize top-level constant

int const fieldTypeBufSize

The maximum length allowed for a field type.

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

Implementation

const fieldTypeBufSize = 50;