Fixed problem with MOptions and reedit

SVN revision: 1634
This commit is contained in:
Stefan Ritt 2006-01-23 21:35:09 +00:00
parent 9642b6c066
commit 96f4118b40

View File

@ -8060,8 +8060,7 @@ void attrib_from_param(int n_attr, char attrib[MAX_N_ATTR][NAME_LENGTH])
strlcat(attrib[i], getparam(str), NAME_LENGTH);
else
break;
} else
break;
}
}
} else if (attr_flags[i] & AF_DATE) {