Ver código fonte

Fix fuzzy-find-route

pull/3/head
Zhukov Anton 2 anos atrás
pai
commit
4781fa4729
1 arquivos alterados com 5 adições e 5 exclusões
  1. +5
    -5
      1991.fs

+ 5
- 5
1991.fs Ver arquivo

@@ -97,13 +97,13 @@ pubvar reqroute
\ returns true.
\ Also takes the addr u of the requested
\ route we're trying to validate.
>r routes wordlist-id @ \ Store xt and specify wordlist
>r routes wordlist-id @
begin
dup
dup
while
r@ over >r execute while r> @
repeat r>
then
r@ over >r execute WHILE r> name>link
repeat r>
then
rdrop
?dup if
get-tmp-query-string \ Save our fuzzy vars to the request's


Carregando…
Cancelar
Salvar