Index: src/apps/plugins/lib/configfile.h =================================================================== --- src/apps/plugins/lib/configfile.h (revision 26185) +++ src/apps/plugins/lib/configfile.h (working copy) @@ -30,7 +30,7 @@ { int type; /* See TYPE_ macros above */ int min; /* Min value for integers, should be 0 for enums */ - int max; /* Max value for enums and integers, + int max; /* Value count for enums, Max value for integers, buffer size for strings */ union {