mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +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 '&' */
|
||||
strlcpy(str, ref, sizeof(str));
|
||||
strencode2(ref, str, sizeof(ref));
|
||||
strencode2(ref, str, size);
|
||||
}
|
||||
|
||||
/*------------------------------------------------------------------*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user