mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-14 20:33:48 +00:00
Fixed problem with MOptions and reedit
SVN revision: 1634
This commit is contained in:
parent
9642b6c066
commit
96f4118b40
@ -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);
|
strlcat(attrib[i], getparam(str), NAME_LENGTH);
|
||||||
else
|
else
|
||||||
break;
|
break;
|
||||||
} else
|
}
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
} else if (attr_flags[i] & AF_DATE) {
|
} else if (attr_flags[i] & AF_DATE) {
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user