mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Fixed another bug related to multi edit functionality
SVN revision: 1887
This commit is contained in:
parent
3e65413647
commit
f44c5d3889
@ -8740,7 +8740,7 @@ char reply_to[MAX_REPLY_TO * 10], attr[MAX_N_ATTR][NAME_LENGTH], list[MAX_N_ATTR
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
if (*n == 0)
|
if (*n == 0)
|
||||||
memcpy(attrib, attr, sizeof(attrib));
|
memcpy(attrib, attr, sizeof(attr));
|
||||||
else {
|
else {
|
||||||
for (i=0 ; i<lbs->n_attr ; i++)
|
for (i=0 ; i<lbs->n_attr ; i++)
|
||||||
if (!strieq(attrib[i], attr[i]))
|
if (!strieq(attrib[i], attr[i]))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user