Merge branch 'tbodt/procps-master'

This commit is contained in:
Craig Small 2017-12-29 15:24:34 +11:00
commit adc561d023

View File

@ -396,7 +396,7 @@ static int WriteSetting(const char *setting)
/* point to the value in name=value */
value = equals + 1;
if (!*name || !*value || name == equals) {
if (!*name || name == equals) {
xwarnx(_("malformed setting \"%s\""), setting);
return -2;
}