Fixed problem with page navigation after "find" command

SVN revision: 1594
This commit is contained in:
Stefan Ritt 2006-01-11 19:24:16 +00:00
parent e68de0fcda
commit 2485bc6636

View File

@ -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 */