fieldValBufSize top-level constant

int const fieldValBufSize

The maximum length of a field value.

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

Implementation

const fieldValBufSize = 1024;