mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-10 18:23:28 +00:00
Fixed problem with broken navigation links (strencode2 got wrong 'size' parameter)
SVN revision: 1695
This commit is contained in:
parent
dc23d2989e
commit
71c4f06698
@ -15703,7 +15703,7 @@ void build_ref(char *ref, int size, char *mode, char *expand, char *attach, char
|
|||||||
|
|
||||||
/* replace any '&' by '&' */
|
/* replace any '&' by '&' */
|
||||||
strlcpy(str, ref, sizeof(str));
|
strlcpy(str, ref, sizeof(str));
|
||||||
strencode2(ref, str, sizeof(ref));
|
strencode2(ref, str, size);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*------------------------------------------------------------------*/
|
/*------------------------------------------------------------------*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user