AmendHub

Download:

jcs

/

subtext

/

amendments

/

329

settings: Allow larger struct_field names


jcs made amendment 329 about 1 year ago
--- settings.h Tue Feb 28 08:50:37 2023 +++ settings.h Tue Feb 28 14:31:19 2023 @@ -29,7 +29,7 @@ enum { }; struct struct_field { - char name[32]; + char name[50]; short type; unsigned short off; unsigned long min;