mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-10 18:23:28 +00:00
Fixed problem with page navigation after "find" command
SVN revision: 1594
This commit is contained in:
parent
e68de0fcda
commit
2485bc6636
@ -15188,7 +15188,7 @@ void build_ref(char *ref, int size, char *mode, char *expand, char *attach, char
|
||||
{
|
||||
char str[1000];
|
||||
|
||||
if (isparam("cmdline") && strchr(getparam("cmdline"), '?'))
|
||||
if (strchr(getparam("cmdline"), '?'))
|
||||
strlcat(ref, strchr(getparam("cmdline"), '?'), size);
|
||||
|
||||
/* eliminate old search */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user