ironfede / openmcdf

Microsoft Compound File .net component - pure C# - netstandard 2.0
Mozilla Public License 2.0
297 stars 73 forks source link

Max entry name error message is off by one #69

Closed Sonic-The-Hedgehog-LNK1123 closed 3 years ago

Sonic-The-Hedgehog-LNK1123 commented 3 years ago

The current message:

Entry name MUST be smaller than 31 characters

implies the name must be 30 characters or less, rather than 31.

the message: Entry name MUST NOT exceed 31 characters would be better.

ironfede commented 3 years ago

Thank you for your advices. Best Regards, Federico